Hi,
Was wondering what the best practise would be for the following senario:
I have a multi-user (well 4 users!) back end/front end Access 2000 db. All PC's have a separate front end.
I have a number of dynamically created crosstab reports that take information from tables that are cleared and populated each time a report is run.
At the moment I have placed these temporary tables in the front end in order to avoid conflicts if 2 users are using the same reports but does this defy the convention of a fe/be database?.
Is this logic correct?
Should the tables be in the back-end?
Or.....
Should i use DAO Create methods instead to create, populate and delete the tables required to hold the temporary information. As i understand it this would resolve and conflicts between users, but will it lead to database bloat?
Was wondering what the best practise would be for the following senario:
I have a multi-user (well 4 users!) back end/front end Access 2000 db. All PC's have a separate front end.
I have a number of dynamically created crosstab reports that take information from tables that are cleared and populated each time a report is run.
At the moment I have placed these temporary tables in the front end in order to avoid conflicts if 2 users are using the same reports but does this defy the convention of a fe/be database?.
Is this logic correct?
Should the tables be in the back-end?
Or.....
Should i use DAO Create methods instead to create, populate and delete the tables required to hold the temporary information. As i understand it this would resolve and conflicts between users, but will it lead to database bloat?