A abosamra New member Local time Today, 11:48 Joined May 16, 2007 Messages 4 May 16, 2007 #1 I created a database at access 2003 and it's working fine 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
I created a database at access 2003 and it's working fine 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
rainman89 I cant find the any key.. Local time Today, 06:48 Joined Feb 12, 2007 Messages 3,015 May 16, 2007 #2 last record or a new record?
boblarson Smeghead Local time Today, 03:48 Joined Jan 12, 2001 Messages 32,059 May 16, 2007 #3 In the On Load event of the form, put DoCmd.RunCommand acCmdRecordsGoToLast or to go to a new record: DoCmd.RunCommand acCmdRecordsGoToNew
In the On Load event of the form, put DoCmd.RunCommand acCmdRecordsGoToLast or to go to a new record: DoCmd.RunCommand acCmdRecordsGoToNew
A abosamra New member Local time Today, 11:48 Joined May 16, 2007 Messages 4 May 16, 2007 #4 thaaaaaaaaaaaaanks dear boblarson thank you a lot,it's working 100% many thanks to you