blank form

A

angel 82

I want my form to be blank when i add a new record. How can I do this
Thanks for any help
 
K

Kevin Sprinkel

Open the form in Data Entry mode. See Visual Basic help
on the OpenForm method. Something like:

DoCmd.OpenForm <yourformname>,acNormal,,,acFormAdd,,

HTH
Kevin Sprinkel
 
A

angel 82

thank you. that worked just fin

----- Cheryl Fischer wrote: ----

You can set the Form's Data Entry property to 'Yes'

-

Cheryl Fischer, MVP Microsoft Acces
Law/Sys Associates, Houston, T
 
Top