The database I am creating for the organisation I work for will be used by various branches in different locations. Each branch will have its own database to record details held at that location only.
Rather than me creating a database for each branch (and there may be many of them) and personalising it for each one, I want to be able to create a generic database that allows the user at each branch to enter their own information (such as location name or branch name), which will in turn populate the startup form and reports throughout the database. I want a form to popup when the location name is blank so that the user must enter the location name, then not open again unless the user needs to edit the location name (rarely).
What is the best way to do this? Will I need to add another table for that one record, and if so, how do I restrict it to one record, or is there an easier way?
I hope I have explained this clearly enough.
Any advice appreciated.
Rather than me creating a database for each branch (and there may be many of them) and personalising it for each one, I want to be able to create a generic database that allows the user at each branch to enter their own information (such as location name or branch name), which will in turn populate the startup form and reports throughout the database. I want a form to popup when the location name is blank so that the user must enter the location name, then not open again unless the user needs to edit the location name (rarely).
What is the best way to do this? Will I need to add another table for that one record, and if so, how do I restrict it to one record, or is there an easier way?
I hope I have explained this clearly enough.
Any advice appreciated.