P
Pedro
Hello everyone
I have this procedure and suddnely it's not working.
I'm not an expert but it was ok.
It's like this :
Private Sub Form_Open(Cancel As Integer)
DoCmd.GoToRecord , , acLast
End Sub
And when i open this form, it goes to another record when it's suppose to go
to the last one.
Any ideas? Please help me.
Tks in advance
Pedro
I have this procedure and suddnely it's not working.
I'm not an expert but it was ok.
It's like this :
Private Sub Form_Open(Cancel As Integer)
DoCmd.GoToRecord , , acLast
End Sub
And when i open this form, it goes to another record when it's suppose to go
to the last one.
Any ideas? Please help me.
Tks in advance
Pedro