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 !!!