PHa58 said:
Can anyone tell me how i can have access to open a form with the last
entered record (now it open in the first record i entered)??
First off you should decide if this is a good idea because it causes a lot of
data to be pulled. If you are running over a network with multiple users you
should adopt the practice of always opening forms either to an empty record (for
new insertions) or only to a specific record that the user has asked for ahead
of time.
Anyway... in the Open event of the form...
DoCmd.RunCommand acCmdRecordsGoToLast