Hello, I'm working with Record Numbers, it is possible to make a Message Box warning "You are on the last record?" when I'm on the Last Record, but even then click on Next Record?
Example of the last part, but I'm missing the start of it.
MsgBox "You are at the last record?"
DoCmd.CancelEvent
Else
DoCmd.GoToRecord , , acNext 'Go to next record
End If
Regards,
Jaap