PDA

Click to See Complete Forum and Search --> : Blank form @ Start Up ...


stmartin
Jul 28th, 1999, 05:43 PM
Does anyone know how to force your form to come up blank at runtime?

I have a Form, with a bunch of textboxes on it that showes user information. I'm using a data control (data1). And right now when I run the project ... it comes up with the first record in the database. I would like it to come up blank so I can input user information and then click on add, and it will add the information I just entered.

HELP !!!

kishore
Jul 28th, 1999, 08:07 PM
If you know how to add new records?

Study some information about Reposition Event (VB help) that may give you Idea how you can make it blank at the begining.

It won't take long(2 minute lookup)

If you are new to vb. Please free to ask again.