I have a table set up that after a query has been run it totals up a person's bonus. Sometimes there is a negative bonus which must be deducted in the next month's bonus or added to if the person still recieve's a negative balance.
The table's field's are as follows
employee name
employee id
Month
bonus
negative carryover
How to do I get my report to calculate the previous month's totals and plug it in the table as the new negative carryover if they do have < 0 ?
The table's field's are as follows
employee name
employee id
Month
bonus
negative carryover
How to do I get my report to calculate the previous month's totals and plug it in the table as the new negative carryover if they do have < 0 ?