I have an 'edit records' form that opens records associated to a selection made in a previous listbox. I want to put a control button where the user can click to move to the next/previous record but it automatically wants to begin a new blank record once it gets to the end of the available records. How do I stop a 'go to next record button' from opening up a new blank record. I would like for a msgbox to pop up when the user gets to end of the associated records that says something along the lines of "This is the last available record for..."
The 'edit records' form is the same form that the user would use to enter new records...with some different controls (that are normally hidden on the add new record view) and is opened in acFormEdit...so I don't want to change form properties that might influence the 'add new record' form too, if I can prevent it.
Any suggestions?