G
Guest
I have some users that want to be able to construct on-the-fly queries for
exporting and reports. I am trying to keep them from working in the database
window of the production database. So here's my thinking, I would provide a
second database that upon opening, imports tables from the production
database using the TransferDatabase Method. The users can create queries,
reports what ever they want and on exit the tables are deleted. Since the
import would happen each time the database is opened, they would have current
data. I was wondering though if there are other users in the production
database doing data entry, if there would be a problem or a risk of
corrupting the db during transfer? Also, how would I delete the tables as the
database closed?
Thanks
exporting and reports. I am trying to keep them from working in the database
window of the production database. So here's my thinking, I would provide a
second database that upon opening, imports tables from the production
database using the TransferDatabase Method. The users can create queries,
reports what ever they want and on exit the tables are deleted. Since the
import would happen each time the database is opened, they would have current
data. I was wondering though if there are other users in the production
database doing data entry, if there would be a problem or a risk of
corrupting the db during transfer? Also, how would I delete the tables as the
database closed?
Thanks