Hi all,
I would like to open a form so that it goes to a new record. However, I also
need to be able to search and display the other records using the same form.
This means that I can't use the "Data Entry" option on the Form Properties.
I am sure that I have used a function called "Always Open to New Record" in
the past, but I just can't find it now!
Does this exist or am I just going mad?
Thanks
Joan Wild - 30 Apr 2007 20:48 GMT
Use the Open event of the form....
DoCmd.GoToRecord , , acNewRec

Signature
Joan Wild
Microsoft Access MVP
> Hi all,
>
[quoted text clipped - 8 lines]
>
> Thanks