R
Razor
Hi,
I have written a database that consists of four feeds that
get replaced monthly and a dozen queries and reports. The
feeds go in a backend MDB and the queries/reports go in a
frontend MDB. I have one such MDB-pair per business.
My problem is that I am soon going to have to create
reports for 30 such businesses. I don't want to end up
with 30 MDB-pairs.
What is the way to implement this that will require the
least maintenance? Could you point me to any literature
that suggests solutions to this kind of problem?
Here are some characteristics about the feeds:
1. Employee feed: Replaced monthly, used by all
busineses, half million records
2. Billing feed: Replaced monthly, tied to business'
list of Expense Codes
3. Login-data feed: Available for only some businesses,
right joined, version with and without this feed.
4. Expense Code feed: One per business, changes
occasionally
5. Billing feed aggregated: Year-to-date aggregate of
billing feeds
Thanks for your help!
Razor
I have written a database that consists of four feeds that
get replaced monthly and a dozen queries and reports. The
feeds go in a backend MDB and the queries/reports go in a
frontend MDB. I have one such MDB-pair per business.
My problem is that I am soon going to have to create
reports for 30 such businesses. I don't want to end up
with 30 MDB-pairs.
What is the way to implement this that will require the
least maintenance? Could you point me to any literature
that suggests solutions to this kind of problem?
Here are some characteristics about the feeds:
1. Employee feed: Replaced monthly, used by all
busineses, half million records
2. Billing feed: Replaced monthly, tied to business'
list of Expense Codes
3. Login-data feed: Available for only some businesses,
right joined, version with and without this feed.
4. Expense Code feed: One per business, changes
occasionally
5. Billing feed aggregated: Year-to-date aggregate of
billing feeds
Thanks for your help!
Razor