J
Jeff Garrison
Hello all. I have a database that tracks Commissions for recruiters (Access
2003/2003). I need to come up with a commission report on a monthly basis,
which is not a problem. Where I'm having the logic problem is....
Sub-Contractor XYZ works on Project 123.
He works at site ABC from 10/1/07 - 10/1/07.
He works at site DEF from 10/3/07 - 10/3/07.
He works at site GHI from 10/6/07 - 10/6/07.
He works at site JKL from 10/9/07 - 10/9/07.
etc...
I need to generate a report that shows for the first site, the commission
would be $5.00. The second site and onward would be $2.50. I would like to
total on the Project and on the Sub-Contractor. I don't want to store the
data in the table, since that's not good practice....the calculation need to
take place at the report level.
I've seen some posts saying to use the DCount function, but I'm at a loss of
where to go from here.
Any help would greatly be appreciated.
Thanks.
Jeff
2003/2003). I need to come up with a commission report on a monthly basis,
which is not a problem. Where I'm having the logic problem is....
Sub-Contractor XYZ works on Project 123.
He works at site ABC from 10/1/07 - 10/1/07.
He works at site DEF from 10/3/07 - 10/3/07.
He works at site GHI from 10/6/07 - 10/6/07.
He works at site JKL from 10/9/07 - 10/9/07.
etc...
I need to generate a report that shows for the first site, the commission
would be $5.00. The second site and onward would be $2.50. I would like to
total on the Project and on the Sub-Contractor. I don't want to store the
data in the table, since that's not good practice....the calculation need to
take place at the report level.
I've seen some posts saying to use the DCount function, but I'm at a loss of
where to go from here.
Any help would greatly be appreciated.
Thanks.
Jeff