This may seem simple but is kiling me to find a solution.
I have an "Information" table (the only table) in a separate DB. To that DB are attached tables from another DB. In the "one table" DB I have a form based on a query that uses the linked table records. I believe that the relationship in question is one to one. (In this instance one job number in the "Information" is joined to one job number in the attached table.)
The problem then becomes if I delete a job "record" from my "Information" table I also get a deletion in the attached table which is not the behavior that I want.
Any suggestions??
I have an "Information" table (the only table) in a separate DB. To that DB are attached tables from another DB. In the "one table" DB I have a form based on a query that uses the linked table records. I believe that the relationship in question is one to one. (In this instance one job number in the "Information" is joined to one job number in the attached table.)
The problem then becomes if I delete a job "record" from my "Information" table I also get a deletion in the attached table which is not the behavior that I want.
Any suggestions??