Here it goes!
I desire to open a form in popup mode and goes to the last record.
This doesn't work!
So, wen the database window of Access 07 'hided', i just can't go to the LastRecord, wy? With databse windows maximized not (hide) works fine, but otherwise does not do what i want!
Give me a hint!?
regards
I desire to open a form in popup mode and goes to the last record.
This doesn't work!
Code:
Private sub form_open(cancel as integer)
DoCmd.RunCommand acCmdRecordsGoToLast
'...neigther this
DoCmd.GoToRecord , , acLast
Give me a hint!?
regards