DuncanKing
Programmer
The code for previous record and next record gives an error when click beyond the first/last record. I have no way of knowing that i'm at the first/last record.
Here's the code
DoCmd.GoToRecord , , acPrevious.
DoCmd.GoToRecord , , acNext
Is there a piece of code that will give a "user friendly" message when I have reached the first/last record?
Duncan