R
robnsd
Where I work cashiers are required to pay their shortages. I record
the shortages in a table with the shortage amount, shortage date,
payment amount and payment date. I'm talking hundreds of cashiers and
thousands of shortages overall.
I've developed a report that shows the total outstanding amount owed
by all cahsiers when the report is run. However, I need a report that
shows how much was owed on the date selected by the user. For example,
on 9/30/10 how much was owed? The problem is this report may have to
be run a week later,say 10/7/10 after additional payments were made.
I can make a report that only shows shortages that occured on or
before 9/30/10, but how do I also show only those that were not paid
on or before 9/30/10 (or whatever date the user chooses.) I'm thinking
this involves two queries.
the shortages in a table with the shortage amount, shortage date,
payment amount and payment date. I'm talking hundreds of cashiers and
thousands of shortages overall.
I've developed a report that shows the total outstanding amount owed
by all cahsiers when the report is run. However, I need a report that
shows how much was owed on the date selected by the user. For example,
on 9/30/10 how much was owed? The problem is this report may have to
be run a week later,say 10/7/10 after additional payments were made.
I can make a report that only shows shortages that occured on or
before 9/30/10, but how do I also show only those that were not paid
on or before 9/30/10 (or whatever date the user chooses.) I'm thinking
this involves two queries.