ncalcaterra
Programmer
hi - love this website and use it often, but first time posting a question i have to tables (A & B) that have the exact same 6 fields:
ItemNo, Description, Unit, UnitCost, Quantity & Total
i would like to compare the two tables (based on ItemNo) and return the results from both tables. heres an example of what i would like my results to look like side by side:
A.ItemNo A.Qty A.Total B.ItemNo B.Qty B.Total
02.1011 5 2000 02.1011 13 6200
02.1011 2 120
02.1011 5 400
02.1013 4 800
02.1014 4 500
02.1015 3 100 02.1015 1 50
02.1015 4 70
02.1018 6 500
02.1019 2 10000
i will be totaling each side (A & B), and it's important for there to be blanks when B has more of the same ItemNo then A.
i would really appreciate some great advice on this and would sincerly like to thank you in advance for your help.
thanks so much.
ItemNo, Description, Unit, UnitCost, Quantity & Total
i would like to compare the two tables (based on ItemNo) and return the results from both tables. heres an example of what i would like my results to look like side by side:
A.ItemNo A.Qty A.Total B.ItemNo B.Qty B.Total
02.1011 5 2000 02.1011 13 6200
02.1011 2 120
02.1011 5 400
02.1013 4 800
02.1014 4 500
02.1015 3 100 02.1015 1 50
02.1015 4 70
02.1018 6 500
02.1019 2 10000
i will be totaling each side (A & B), and it's important for there to be blanks when B has more of the same ItemNo then A.
i would really appreciate some great advice on this and would sincerly like to thank you in advance for your help.
thanks so much.