I have a source table that has Proj#, Vendor, BidAmt, FinalCost
I have used a query to make another table that aligns BidAmt and FinalCost on one row
How can I compare table1 to table2 and return the items which have a BidAmt but no FinalCost?
The BidAmt and the FinalCost are entered separately because of separate users
__________________________________
Remember that time when I took the box? - Peter
I have used a query to make another table that aligns BidAmt and FinalCost on one row
How can I compare table1 to table2 and return the items which have a BidAmt but no FinalCost?
The BidAmt and the FinalCost are entered separately because of separate users
__________________________________
Remember that time when I took the box? - Peter