G Guest Oct 21, 2005 #1 I have a form and when i open it. To enter new data i want it to open without information.
G Guest Oct 21, 2005 #2 Hey Jessica, in the help file, search for DoCmd and review the GoToRecord method. The format will be similar to this: DoCmd.GoToRecord acDataForm, , acNewRec You can place this code in your fprm's On Open event.
Hey Jessica, in the help file, search for DoCmd and review the GoToRecord method. The format will be similar to this: DoCmd.GoToRecord acDataForm, , acNewRec You can place this code in your fprm's On Open event.