I have two tables "Order_Master" and "PO_Code". They are linked by "PO#" in both tables.
PurchasePrice is saved in "Order_master" table.
Currency field is saved in "PO_Code" table.
Mnufacture is in another table "MFG_Part_Master" linked with "Order_Master" by "Manufacurer#" in both tables.)
I need to get a report like this:
Manufacture PurchasePrice Currency
M11 10.00 CA$
M12
M13 25.00 US$
Now some of PurchasePrice does not exist, then I want Currency shows nothing. But now after I linked these three tables and run the report, the crystal report just failed and quit. Anyone know what shall I do to make it work? Thanks.
PurchasePrice is saved in "Order_master" table.
Currency field is saved in "PO_Code" table.
Mnufacture is in another table "MFG_Part_Master" linked with "Order_Master" by "Manufacurer#" in both tables.)
I need to get a report like this:
Manufacture PurchasePrice Currency
M11 10.00 CA$
M12
M13 25.00 US$
Now some of PurchasePrice does not exist, then I want Currency shows nothing. But now after I linked these three tables and run the report, the crystal report just failed and quit. Anyone know what shall I do to make it work? Thanks.