Hi every one!
From the switchboard that i have im popup and modal mode, since my database window is minimized, I can't open in the desired record that is the last record from a form named "Caixa" and the first field [Num].
This doesn't work!
Private sub form_open(cancel as integer)
DoCmd.RunCommand acCmdRecordsGoToLast
...
neigther this
DoCmd.GoToRecord , , acLast
'----
Well I apreciate a litle help
regards
From the switchboard that i have im popup and modal mode, since my database window is minimized, I can't open in the desired record that is the last record from a form named "Caixa" and the first field [Num].
This doesn't work!
Private sub form_open(cancel as integer)
DoCmd.RunCommand acCmdRecordsGoToLast
...
neigther this
DoCmd.GoToRecord , , acLast
'----
Well I apreciate a litle help
regards