clearing textboxes
i'm using Vb 6.0. On my forms, i have used a 'data control' and an 'Add' button to add data to my database. When i run the software i'm developing, All the data contained in my database are displayed automatically into my textbox, only when i click on the 'Add' button that the textboxes are cleared to allow me to enter new data. What should i do so that when i run the project, the data in the database do not appear automatically in the textboxes? When i run the project, i want the textboxes to be already cleared and ready for me to enter data in the textboxes. What should i do, what code should i use and where should i put the code?
Thanks

