D
David Reid via AccessMonster.com
Hi All,
I should pre-empt this post by letting all know I am very much a beginner
when it comes to both access and any form of programming
I am wrestling with an issue I hope someone can help me with.
I have a report that is generated, based on a date range called from a form
titled ScheduleReportForm.
The report calculates total hours worked during that date range for all
casual employees. I then need to convert the total hours to the equivalent
hours for full time employees.
The Sum for this is ((total hours as generated in the report) / ((days in
date range specified in the form)/ (divided by 6 working days)) /7.35)
I am unsure how to calculate the nett days worked from the date range
specified in the form.
Any assistance would be appreciated.
Regards,
David
I should pre-empt this post by letting all know I am very much a beginner
when it comes to both access and any form of programming
I am wrestling with an issue I hope someone can help me with.
I have a report that is generated, based on a date range called from a form
titled ScheduleReportForm.
The report calculates total hours worked during that date range for all
casual employees. I then need to convert the total hours to the equivalent
hours for full time employees.
The Sum for this is ((total hours as generated in the report) / ((days in
date range specified in the form)/ (divided by 6 working days)) /7.35)
I am unsure how to calculate the nett days worked from the date range
specified in the form.
Any assistance would be appreciated.
Regards,
David