This problem involves three databases:
DB1 = data only. This db contains 7 tables and nothing else.
DB2 = anything except data. This db uses linked tables (linked to DB1) and contains queries, reports, forms and code and is used for entering and viewing data.
DB3 = similar to DB2 except it is only used for viewing data.
The initial setup comprised DB1 and DB2. These are pre Access 97 databases and their structure is locked, i.e. no additions, deletions or amendments can be made to tables, queries, forms or reports.
DB3 was created by making a copy of DB2 and converting it to Access 97. The reason for creating this database was to give the user a way of running queries/reports that had not been included as part of the original DB2 specification. Similarly to DB2, DB3 does not store data. It too links to the tables contained in DB1. It should be noted that only queries and reports are run in DB3 - data is never entered or adjusted in any way.
A short while ago it was noticed that a large amount of data had disappeared from the largest table in DB1 (~50% of the records). I'm trying to track down how this happened.
Is there any conceivable way that DB3 could have had an effect on the data in DB1?
DB1 = data only. This db contains 7 tables and nothing else.
DB2 = anything except data. This db uses linked tables (linked to DB1) and contains queries, reports, forms and code and is used for entering and viewing data.
DB3 = similar to DB2 except it is only used for viewing data.
The initial setup comprised DB1 and DB2. These are pre Access 97 databases and their structure is locked, i.e. no additions, deletions or amendments can be made to tables, queries, forms or reports.
DB3 was created by making a copy of DB2 and converting it to Access 97. The reason for creating this database was to give the user a way of running queries/reports that had not been included as part of the original DB2 specification. Similarly to DB2, DB3 does not store data. It too links to the tables contained in DB1. It should be noted that only queries and reports are run in DB3 - data is never entered or adjusted in any way.
A short while ago it was noticed that a large amount of data had disappeared from the largest table in DB1 (~50% of the records). I'm trying to track down how this happened.
Is there any conceivable way that DB3 could have had an effect on the data in DB1?