The controls in my forms are directly linked to the db table. The macro behind the close button is set to prompt to save, yet the prompt does not show, and changes seem to be saved automatically. I want the users to have the option to rollback from their changes.<br>
I know that I can save the recordset as multiple variables when moving through each record, and if there has been any changes when the user is moving to the next record the system can prompt the user to save these changes.<br>
The problem with this it can be a little annoying, is there anyway to save all the changes made while at a form all at once, hence the user is only asked whether or not to save once exiting the form.<br>
Otherwise- Is there any better method than reverting to recordsets and variables.<br>
<br>
Thanks!
I know that I can save the recordset as multiple variables when moving through each record, and if there has been any changes when the user is moving to the next record the system can prompt the user to save these changes.<br>
The problem with this it can be a little annoying, is there anyway to save all the changes made while at a form all at once, hence the user is only asked whether or not to save once exiting the form.<br>
Otherwise- Is there any better method than reverting to recordsets and variables.<br>
<br>
Thanks!