Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open a Form at last entry of table 1

Status
Not open for further replies.

womper

Technical User
Jun 8, 2005
5
US
How do I open a form at the point where my user can just start to input data without having to go to the last entry of the table before starting? The only order of the table is that the date is in descending order. I don't want my user to unknowingly start typing over existing records in the table.
 
In the form's Open event:

DoCmd.GoToRecord , , acNewRecord

Ken S.
 
Thank You.
I guess this goes into the sub routine that opened up when I created an event for On Open of the form I am using.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top