I have an 2002 Access DB (MDE) which is on a shared network so multiple users can open it at the same time.
Most of the tables are linked to a SQL server. The DB just runs reports, but in creating the report it inserts records into a 'local' table and then runs report and then deletes the records in temporary table.
Does anyone know if the users will encounter any issues with the 'local' tables? Or when the users open the DB, do they get their own "copy" of the DB?
Thanks.