View Full Version : Showing the last record


yahya
05-19-2002, 06:17 AM
I want to show the last record, when a form is loaded instead of the first one (which is default).Is there any property in the form which should be set? or I have to write a module in the "OnLOad" event?
Please help me as soon as possible.

Jack Cowley
05-19-2002, 07:26 AM
DoCmd.GoToRecord, , acLast in the On Open event.