heeeeeeelp

abosamra

New member
Local time
Today, 05:11
Joined
May 16, 2007
Messages
4
I created a database at access 2003 and it's working fine:D
but the problem is every time i opened it started on the first record:(
there is any way to make it start at the last record
 
In the On Load event of the form, put

DoCmd.RunCommand acCmdRecordsGoToLast

or to go to a new record:

DoCmd.RunCommand acCmdRecordsGoToNew
 
thaaaaaaaaaaaaanks

dear boblarson
thank you a lot,it's working 100% many thanks to you:o
 

Users who are viewing this thread

Back
Top Bottom