J
Jack Dawson via AccessMonster.com
Let me try to explain this. I am trying to create a sales commision report.
In this report I have to give each an itemized list of their sales
commisions for the month. I have it almost done with on minor hitch. The
salesmen sometimes split the commissions. The input data I draw from the
accounting system comes out with the following fields:
SALESMAN DATE STOCK# BUYER COMMISSION SALESMAN2 COMMISSION2
For example, I need the report for salesman 1 to list all of his individual
sales, all of his splits where he was SALESMAN with the name of SALESMAN2
(all of which I have so far) and finally, this is my sticking point, all of
the sales where he was SALESMAN2. I could theoretically do it in the
report if I could figure out how to get it to list all sales for SALESMAN
where he was either SALESMAN or SALESMAN2. Help?
In this report I have to give each an itemized list of their sales
commisions for the month. I have it almost done with on minor hitch. The
salesmen sometimes split the commissions. The input data I draw from the
accounting system comes out with the following fields:
SALESMAN DATE STOCK# BUYER COMMISSION SALESMAN2 COMMISSION2
For example, I need the report for salesman 1 to list all of his individual
sales, all of his splits where he was SALESMAN with the name of SALESMAN2
(all of which I have so far) and finally, this is my sticking point, all of
the sales where he was SALESMAN2. I could theoretically do it in the
report if I could figure out how to get it to list all sales for SALESMAN
where he was either SALESMAN or SALESMAN2. Help?