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
Mark A. Sam - 11 Dec 2007 21:37 GMT
James,
Yes...
DoCmd.GoToRecord , , acNewRec
God Bless,
Mark A. Sam
> I'm using the following in the On Click of a command button.
>
[quoted text clipped - 3 lines]
>
> James
JamesJ - 11 Dec 2007 22:04 GMT
Thanks
> James,
>
[quoted text clipped - 13 lines]
>>
>> James