I have two tables "Mfg_Part_Master" and "Order_Master". They are linked by " linked" by manufacturer part#-"MPNNUM" in both tables.
PurchasePrice field is saved in "Order_Master" table.
I need to get a report like this:
MPNNUM PurchasePrice
M111 1.00
M112
M113 2.00
My manager asked for all MPNNUM to be showed on the report even if PurchasePrice is not in the "Order_Master" table.For example M112 should be there. But in my report, M112 is missing. How can I show the M112 out?
PurchasePrice field is saved in "Order_Master" table.
I need to get a report like this:
MPNNUM PurchasePrice
M111 1.00
M112
M113 2.00
My manager asked for all MPNNUM to be showed on the report even if PurchasePrice is not in the "Order_Master" table.For example M112 should be there. But in my report, M112 is missing. How can I show the M112 out?