Does anyone know the best way to do the following. I am opening a form in edit mode and i want the user to be allowed to navigate and then make changes where appropriate. At the moment i have 4 buttons. As Follows:
1. Button to Save - I have attached validation code to this so that information must be validated before saving.
2. Next Record - to navigate to next record.
3. Previous Record - to navigate to previous record.
4. Close button - this button closes form with parameter acSaveNo so no changes will be saved unless save button is pressed.
My problem is this - i can make changes on the form and click on either next record or previous record and the record is automatically saved. Do you know how i could stop this?
Thanking you in advance.
1. Button to Save - I have attached validation code to this so that information must be validated before saving.
2. Next Record - to navigate to next record.
3. Previous Record - to navigate to previous record.
4. Close button - this button closes form with parameter acSaveNo so no changes will be saved unless save button is pressed.
My problem is this - i can make changes on the form and click on either next record or previous record and the record is automatically saved. Do you know how i could stop this?
Thanking you in advance.