G Guest Feb 16, 2004 #1 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 Feb 16, 2004 #2 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
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
G Guest Feb 16, 2004 #4 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
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