Hi, I have a form that shows records one by one.
The form shows all information in textboxes that are enabled and not locked.
A user can view a record and make changes by typing in the textboxes.
How do I make it so that anytime a change is made (adding/deleting info), the form requires the user to "save update" whenever the form is closed or moves to a new record? In other words, the user must be prompted to save the record if they dont hit a "save update" button. This is done to make sure the user REALLY does want to change some info on that record.
Also, how do I create a button to save updates? Is there a name for this type of button or do I have to code it?
Any help is greatly appreciated. Thanks!
-tony
The form shows all information in textboxes that are enabled and not locked.
A user can view a record and make changes by typing in the textboxes.
How do I make it so that anytime a change is made (adding/deleting info), the form requires the user to "save update" whenever the form is closed or moves to a new record? In other words, the user must be prompted to save the record if they dont hit a "save update" button. This is done to make sure the user REALLY does want to change some info on that record.
Also, how do I create a button to save updates? Is there a name for this type of button or do I have to code it?
Any help is greatly appreciated. Thanks!
-tony
Last edited: