I need help getting a report to do what I want.
I have an archive table that contains the date, day of week, different
types of work and the arrival time for each type of work. I also have
2 columns in another table for the time each type of work was due (as
opposed to when it actually arrived). One column is for Monday through
Thursday, the other for Friday because work is due later on Fridays.
When I open the report I want to key in the date and have the report
show only the work that was at least 10 minutes late on that date. The
report works well except that I don't know how to get it to choose to
calculate the late arrivals on either the M-Th or Fri. due times based
on the day of the week. I can get it to always use the M-Th due times
or always use the Fri. due times to calculate which work was late but
I can't get it to choose between them. I have tried different criteria
in the query the report is based on and also different expressions in
the control source in the report itself. So far nothing has worked.
I will appreciate any and all suggestions.
Thanks
I have an archive table that contains the date, day of week, different
types of work and the arrival time for each type of work. I also have
2 columns in another table for the time each type of work was due (as
opposed to when it actually arrived). One column is for Monday through
Thursday, the other for Friday because work is due later on Fridays.
When I open the report I want to key in the date and have the report
show only the work that was at least 10 minutes late on that date. The
report works well except that I don't know how to get it to choose to
calculate the late arrivals on either the M-Th or Fri. due times based
on the day of the week. I can get it to always use the M-Th due times
or always use the Fri. due times to calculate which work was late but
I can't get it to choose between them. I have tried different criteria
in the query the report is based on and also different expressions in
the control source in the report itself. So far nothing has worked.
I will appreciate any and all suggestions.
Thanks
Comment