Sep 4, 2001 #1 Wrecker Technical User Aug 29, 2001 126 US I have a database that opens in the form view. Is there a way to make it automatically go to the last record when opening the form? Thanks in Advance Wrecker
I have a database that opens in the form view. Is there a way to make it automatically go to the last record when opening the form? Thanks in Advance Wrecker
Sep 4, 2001 #2 LonnieJohnson Programmer Apr 16, 2001 2,628 US In the form's On Open event put the following... DoCmd.GoToRecord acActiveDataObject, , acLast ljprodev@yahoo.com ProDev, MS Access Applications B-) http://www.galaxymall.com/software/PRODEV Upvote 0 Downvote
In the form's On Open event put the following... DoCmd.GoToRecord acActiveDataObject, , acLast ljprodev@yahoo.com ProDev, MS Access Applications B-) http://www.galaxymall.com/software/PRODEV
Sep 4, 2001 #3 DBEngine Technical User Aug 30, 2001 10 US Probably the quickest way is to use a "Go To Record" macro in the form's On Open property. You can set the macro to select last record. DBEngine Upvote 0 Downvote
Probably the quickest way is to use a "Go To Record" macro in the form's On Open property. You can set the macro to select last record. DBEngine