Hi - This is probably Programming 101 but I am a business systems analyst and not a programmer so am missing the background to get started on the following ... I do not want access to save the data on a form automatically. The users should be able to open a blank form, enter all of the data on the form, and then click a "Save" Button which presents a message:
"Do you want to SAVE this record?". There will be three responses to the message: Yes (Saves the data) No - (Does not Save the data and returns user to a blank record) and Cancel - (cancels the save action but returns them to the form with the data they have entered so far so they can change what they have or add more data to the record).
I am searching for an itemized list of all the tasks I would need to do to accomplish the above. Then I will start plugging away at trying to make it happen. Any help is greatly appreciated.
"Do you want to SAVE this record?". There will be three responses to the message: Yes (Saves the data) No - (Does not Save the data and returns user to a blank record) and Cancel - (cancels the save action but returns them to the form with the data they have entered so far so they can change what they have or add more data to the record).
I am searching for an itemized list of all the tasks I would need to do to accomplish the above. Then I will start plugging away at trying to make it happen. Any help is greatly appreciated.