I have a Crosstab Querry that totals the amount of each item (1, 2, 3, 4, 5, etc.) that each person ordered. 11, 12, 13, and 14 are all T-shirts and somehow I need to add all of them together, but I can not figure out the sql to do it:
TShirtTotal: Nz([11] + [12] + [13] + [14])
Does not work. I can't figure out how to add more than 2 fields together. Does anyone have any suggestions?
I need them added together in a BalanceDue Report.
Beth
TShirtTotal: Nz([11] + [12] + [13] + [14])
Does not work. I can't figure out how to add more than 2 fields together. Does anyone have any suggestions?
I need them added together in a BalanceDue Report.
Beth