Hi DCrake,
1. Can each location only open there own mdb?
A. Not, not only their own mdb if they will be able to choose from
the available mdbs they might have gotten from other locations and
stored locally on their machines.
2. If you knew the location would you know the name of the mdb?
A. Absolutely! Mdbs (BEs) for each location will be named after the
name of location: Southern_BE, Nothern_BE, Eastern_BE etc.
3. Can a location open more than one mdb?
A. Yes, but only one at a time. The user may choose from a list of
available mdbs (BEs).
4. Are the structural contents of each mdb identical?
A. Yes. Table structures of all mdb from different locations are
identical.
5. Why is all the dat anot in the same mdb?
A. Different locations have their own data in one mdb because
currently no physical network exists for among them.
6. How do go on analysing across locations?
A. Hopefully, that will be delt with later.
7. Does each location have read/write/delete functionality?
A. Yes, depends on user access level.
8. If there is a political reason why each location has there own mdb.
(They are not allowed to see each others data) then how can you
prevent them from opening a different mdb? A. Lack of network link.
2. If a user logs in they could have a code attached to them that signifies
which data they have access to and which mdb contains the data. This
way you can autiomate the linking of the correct mdb.
3. If a manager from location A is at location B and wants to look at
his data can your system provide that caperbility.
A. Yes, at the moment, only if they shared the same mdb.
4. I am assuming that each mdb is identical it's only the contents that are
different. You system would fall over if tables were missing from one
mdb or more tables are added to a certain mdb.
A. Yes, you assuemed well. tables are identical in structure, only the
data is different.
5. If you had an extra field in your data table that identified the location
then when the user opens the database only those records which they
have access to will be made available.
6. If you data is in seperate mdb's at some point you are going to have to
amalgamate them to analyse the whole organsiation's data. Conversely
you will need to split the main mdb prior to segregation.
7. If each location can add/edit/delete you may have grate difficulty in
mainitainong referential intgerity and uniqueness amongst primary and
foreign keys.
I hope to hear from you soonest.
Thanx.