Link to home
Start Free TrialLog in
Avatar of new_techie
new_techie

asked on

Access 2007 Combine Information in Two Tables

I have a linked table that has "Project Number" and "DVD#" as two of the fields and another linked table that has "Project Number" and "Box Number" as two of the fieds.  One database tracks all of the information stored on DVD and the other database tracks all of the archived paper documents.

I am trying to create a query that will combine the two and reflect changes to either table.    I get an error message that "Project Number" could refer to either table.  I need to have one complete list of project numbers combined from both databases.
ASKER CERTIFIED SOLUTION
Avatar of bandriese
bandriese
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Another Note to clarify: Creating the relationship will probibly eliminate your error, unless you were using Project Number as a criteria...
Avatar of new_techie
new_techie

ASKER

I found that it was even easier to create a union query.  I had to make sure there was an even number of fields and that the field names matched.