Hi all,
I am working my way through the microsoft tutorial for creating a pareto chart within access.
I am looking to split my database in the near future for multiple user over a network and converint to mde format so changes can not be made to the design.
During the tutorial one aspect is to create a query that performs a make table.
Now, if I split my database will this make query store the table purely on the front end? As I assume if I have multiple users creating graphs there will be a conflict with names of the tables. However if this is kept purely on the front end then it should run pretty ok?
Another consideration is I have read that it can speed up your file if you keep static tables (or very very rarely updated) on your front end and keep the tables that are updated constant on the back end. How do I go about actually picking which should go to the back and which to the front as ther database splitter if i remember correctly just splits all the tables currently within the mdb.
Thanks for any help,
Chris
I am working my way through the microsoft tutorial for creating a pareto chart within access.
I am looking to split my database in the near future for multiple user over a network and converint to mde format so changes can not be made to the design.
During the tutorial one aspect is to create a query that performs a make table.
Now, if I split my database will this make query store the table purely on the front end? As I assume if I have multiple users creating graphs there will be a conflict with names of the tables. However if this is kept purely on the front end then it should run pretty ok?
Another consideration is I have read that it can speed up your file if you keep static tables (or very very rarely updated) on your front end and keep the tables that are updated constant on the back end. How do I go about actually picking which should go to the back and which to the front as ther database splitter if i remember correctly just splits all the tables currently within the mdb.
Thanks for any help,
Chris
Comment