This may be a little long winded so please excuse me. I'm looking for the easiest way to create I guess what you could call multiple profiles for a database. In other words, I have one database but I want to have a situation where, when the splash screen appears, here are the choices: D.C., New York, Rockville, Disctricts
I need these to be seperate entities in one database. When any location is picked all of items pertaining to that site become applicable and only those for that site. I'm thinking that I have to copy all of the tables and make them site specific but, will I also have to do the same for the forms?
I know the other alternative is to create seperate databases but that is something I want to avoid. I think I have the idea for what has to happen but I want to be sure. I'm thinking that unless I do everything in VB code, which I'm not very good at, I will have to x number of forms and tables since the forms are tied to one table or query.
If I knew code well enough, I believe it would some process of elimination using unbound controls on the forms. For instance, something along the lines of: If startup = Rockville then....
else If startup = D.C. then
form = whatever
Any assistance in the matter would be greatly appreciated.
Thanks
I need these to be seperate entities in one database. When any location is picked all of items pertaining to that site become applicable and only those for that site. I'm thinking that I have to copy all of the tables and make them site specific but, will I also have to do the same for the forms?
I know the other alternative is to create seperate databases but that is something I want to avoid. I think I have the idea for what has to happen but I want to be sure. I'm thinking that unless I do everything in VB code, which I'm not very good at, I will have to x number of forms and tables since the forms are tied to one table or query.
If I knew code well enough, I believe it would some process of elimination using unbound controls on the forms. For instance, something along the lines of: If startup = Rockville then....
else If startup = D.C. then
form = whatever
Any assistance in the matter would be greatly appreciated.
Thanks
Last edited: