This is getting really annoying and I cannot figure out a solution.
I have 2 tables like the following:
To | From | Date | QTY
1 2 6-14 3
1 2 6-15 8
1 4 6-14 2
and
To | From | Date | QTY
1 2 6-14 4
1 2 6-15 7
1 4 6-14 1
In the report I need to Group by To, From and Date.
The QTY needs to be the Sum of both the QTY fields where To, From, and Date all match.
Anyone have any ideas about how I can do this?
Thanks,
Slo-No
I have 2 tables like the following:
To | From | Date | QTY
1 2 6-14 3
1 2 6-15 8
1 4 6-14 2
and
To | From | Date | QTY
1 2 6-14 4
1 2 6-15 7
1 4 6-14 1
In the report I need to Group by To, From and Date.
The QTY needs to be the Sum of both the QTY fields where To, From, and Date all match.
Anyone have any ideas about how I can do this?
Thanks,
Slo-No