Hello,
I have 2 linked databases. I have one that is emptied into the other at the end of the week. Is there a way I can set up a query that will search both databases and give me the info on a single recordset? for example, In one of my tables I have the user enter in a bag number and tag number. What I want to do is be able to set up a query and have it search both linked tables for the tag number and return it into a single form or whatever. Both Tables will be almost identical, except one is named recievedbags and one is recievedbags1.
SHould I set up a query or do it programmically (which I am pretty sure I can do).
Rude
I have 2 linked databases. I have one that is emptied into the other at the end of the week. Is there a way I can set up a query that will search both databases and give me the info on a single recordset? for example, In one of my tables I have the user enter in a bag number and tag number. What I want to do is be able to set up a query and have it search both linked tables for the tag number and return it into a single form or whatever. Both Tables will be almost identical, except one is named recievedbags and one is recievedbags1.
SHould I set up a query or do it programmically (which I am pretty sure I can do).
Rude
Comment