J
Jim
I have a query that shows the total hours scheduled for
each date. The query is the control source for my
report. On the report I added a text box to calculate
the number of hours available based on a calucation. IIF
([SchedHours]>0,Sum(12-[SchedHours]), 12)
There are 12 hours allowed per day. If there are any
hours scheduled, the formula is 12 minus the scheduled
hours to show the remaining hours that are still
available. If there are no scheduled hours, then
available hours is 12.
Now my group has decided to have 20 hours available
Tuesday through Thursday but still 12 hours on Monday and
Friday. I could really use help with the formula for
this. Would it be best to do this in the query or on the
report? I'd like one report that shows the availability
for a rolling 28 day period (which I have now), that can
also determine the availability depending on whether the
date is a Mon, Tues, Wed, Thur or Fri.
Thanks for any suggestions you can offer!
Jim
each date. The query is the control source for my
report. On the report I added a text box to calculate
the number of hours available based on a calucation. IIF
([SchedHours]>0,Sum(12-[SchedHours]), 12)
There are 12 hours allowed per day. If there are any
hours scheduled, the formula is 12 minus the scheduled
hours to show the remaining hours that are still
available. If there are no scheduled hours, then
available hours is 12.
Now my group has decided to have 20 hours available
Tuesday through Thursday but still 12 hours on Monday and
Friday. I could really use help with the formula for
this. Would it be best to do this in the query or on the
report? I'd like one report that shows the availability
for a rolling 28 day period (which I have now), that can
also determine the availability depending on whether the
date is a Mon, Tues, Wed, Thur or Fri.
Thanks for any suggestions you can offer!
Jim