H
hockey6789player
I am trying to run a query that is basically a join of two tables.
Table 1:
Item Number
Item Description
Quantity
Table 2:
Item Number
BinLocation
Note: some items are not in table 2 (they have no location)
How do I get a append query to add to another table the Item Number,
Item Description, Quantity, and Bin Location? I can get it so I
returns all the items with a bin location, but I need to have the rows
returned that do not have locations, with a null value for their
location.
Is this possible?
Thanks,
Mark
Table 1:
Item Number
Item Description
Quantity
Table 2:
Item Number
BinLocation
Note: some items are not in table 2 (they have no location)
How do I get a append query to add to another table the Item Number,
Item Description, Quantity, and Bin Location? I can get it so I
returns all the items with a bin location, but I need to have the rows
returned that do not have locations, with a null value for their
location.
Is this possible?
Thanks,
Mark