DB1 is an Access db with a SQL back-end.
I have databases that go out into the field with some of the team. Here is how it works.
Data is exported from DB1 into DB2.
DB2 has more data added to it.
DB2 appends data to DB3, a holding db.
DB3 is linked to DB1.
When DB3 has a record and DB1 is opened, it runs a procedure on that data that updates some tables and appends new records to other tables in DB1. Let's use tbl1 for my example for the records that get appended.
I pull a record out of tbl1 to another table behind a form, let's use tbl2. If the record was created in DB1, I can update it with no problem. If I pull a record into tbl2 that came from DB3, it will not update. I can manually open and close the table and I get the "Search Record Not Found" message.
Does anyone have an idea why these records give this problem?
Thank you.
I have databases that go out into the field with some of the team. Here is how it works.
Data is exported from DB1 into DB2.
DB2 has more data added to it.
DB2 appends data to DB3, a holding db.
DB3 is linked to DB1.
When DB3 has a record and DB1 is opened, it runs a procedure on that data that updates some tables and appends new records to other tables in DB1. Let's use tbl1 for my example for the records that get appended.
I pull a record out of tbl1 to another table behind a form, let's use tbl2. If the record was created in DB1, I can update it with no problem. If I pull a record into tbl2 that came from DB3, it will not update. I can manually open and close the table and I get the "Search Record Not Found" message.
Does anyone have an idea why these records give this problem?
Thank you.