When I started using Access, all databases I built use Access data and all data entry forms are bound to the data table. There is no "Save" button on data entry forms. Any changes will be automatically saved whenever the "After_Update" form event occurs. (As you know, there is no "Save" button on any template databases that come with the Access software.)
Later on I built database using SQL server as the back-end database and the data entry form was not bound to a form. Somehow I got the idea adding the "Save" button in the form so a user needs to intentionally save the data. A user gets a warning if trying to move to another record before saving the data.This did not cause a problem to users because this "Saving" behavior is the same as Word or Excel.
Now I got a database having both Bound forms and unbound forms, and here are my questions.
1. Do I need to keep a consistent user interface? (I do not know much about UI design.) I might just tell users to use the Save button if there is one and not to worry losing the data if there isn't.
2. If I do need to create the standard, which way should I go, automatically saving the data without a "save" button or intentionally saving the data using a "Save" button? I would take the second option because it is the way for all Office software products. Since I am not using too many software products, I would like to hear others' opinions on this.
Any inputs are appreciated.
Seaport
Later on I built database using SQL server as the back-end database and the data entry form was not bound to a form. Somehow I got the idea adding the "Save" button in the form so a user needs to intentionally save the data. A user gets a warning if trying to move to another record before saving the data.This did not cause a problem to users because this "Saving" behavior is the same as Word or Excel.
Now I got a database having both Bound forms and unbound forms, and here are my questions.
1. Do I need to keep a consistent user interface? (I do not know much about UI design.) I might just tell users to use the Save button if there is one and not to worry losing the data if there isn't.
2. If I do need to create the standard, which way should I go, automatically saving the data without a "save" button or intentionally saving the data using a "Save" button? I would take the second option because it is the way for all Office software products. Since I am not using too many software products, I would like to hear others' opinions on this.
Any inputs are appreciated.
Seaport