Full Version: Data Entry Mode
UtterAccess Discussion Forums > Microsoft® Access > Access Forms
TerryoMSN
This question is in regards to Access 2003, running on Windows XP.
In the switchboard manager, I am able to open an entry form in either add or edit mode.
If I designate the form as edit, a user might over write an existing record. If I designate it as add, then they cannot find or see previously entered fields.
Is there a way to do both, say to open it in add mode, but also allow the user to perform some action to see previous records?
Thanks,
Terry
niesz
You can open it in edit mode, but then move them to the last record as soon as the form opens.

Something like:

DoCmd.GoToRecord , , acNewRec

P.S. Welcome to UA Forums! cool.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.