Help..

mulisha07

New member
Local time
Today, 20:07
Joined
Oct 14, 2004
Messages
8
Hey guys..hw do i get the form to show the most current records when opening the form?
 
DoCmd.RunCommand acCmdRecordsGoToLast

takes you to the last record. is that what you need?
 
hmm..im a newbie here..care to explain hw to insert that command?
 
in the design view for the form, right-click on the small square in the top left corner, and choose properties. pick the Event tab, pick the 'on open' field, click the three dots to the right of it, choose code builder, and paste that function in between the "Private......." and "End Sub".
 

Users who are viewing this thread

Back
Top Bottom