I have a database that will be in use and to simplify user entry i am hoping to get some help in storing some default values for each user. Each user has a local copy of the front end of the database while the back end is stored in a network location.
As part of the input process each user has to enter their userID, project, and department. As that will be relatively stable every time they make a log, I am wanting to have the user setup up some defaults that are already filled in when they open the logging form. What I would like to do, is the first time the database is opened it will check for default values, if there are none then it will open the defaults form and the user can enter their information. I see some sort of check on open but i don't know the best way to store these values to use every time that users copy is opened.
As part of the input process each user has to enter their userID, project, and department. As that will be relatively stable every time they make a log, I am wanting to have the user setup up some defaults that are already filled in when they open the logging form. What I would like to do, is the first time the database is opened it will check for default values, if there are none then it will open the defaults form and the user can enter their information. I see some sort of check on open but i don't know the best way to store these values to use every time that users copy is opened.