New Record

J

JamesJ

I'm using the following in the On Click of a command button.

DoCmd.GoToRecord acDataForm, "frmMyForm", acNewRec

Anyway I can do this without referenceing the Object (Form) name??

James
 
Top