I should know how to do this, but haven’t run into the need yet.
I have two tables with some common fields (although I expect the solution I want would work with no ‘linkable’ fields). I want to create a query that will output all fields, and ALL records from both tables. For instance:
Example:
tblOne
======
partnbr
UPC
Size
Color
tblTwo
=======
mfg
Quantity
ModelNbr
UPC
Want:
=====
partnbr UPC size Color mfg Quantity ModelNbr
I thought a union query might be the way to go, but you must have the same number of fields in each table. The three options in the Join Properties form eliminate unmatched records from the tables, which I don’t want to do.
I want to use to search all records from two tables with different structure. I want to avoid creating a temporary table with appends to get what I want – would really prefer using a query.
Hope this is clear. Any help would be appreciated.
Thanks,
Randy