I will try to explain this to the best of abilities. But if it is not clear, please let me know.
I have a report designed to show details of number of hours put in by each worker in each week. So there are two table with one2many relationship with the first table showing workers' names and the second capturing number of hours each week. I use a week ending date to create new records in the sub form for each employee.
Creating a report grouped on workers and showing total number of accumulated hours is not a problem. However, I need to be able to show that these number of hours are for X number of weeks data has been entered somewhere in the report. Using count function in the detail or groups does not help as it counts records but not unique occurance of dates. So far I have captured weeks' data and as such I should be able to show this somewhere in the report.
Is there any way I can show a distinct Count of number of weeks data entered so far (I am aware that DistinctCount as a function cannot be used being DAO specific). Will appreciate if someone could help.
Cheers
AK
I have a report designed to show details of number of hours put in by each worker in each week. So there are two table with one2many relationship with the first table showing workers' names and the second capturing number of hours each week. I use a week ending date to create new records in the sub form for each employee.
Creating a report grouped on workers and showing total number of accumulated hours is not a problem. However, I need to be able to show that these number of hours are for X number of weeks data has been entered somewhere in the report. Using count function in the detail or groups does not help as it counts records but not unique occurance of dates. So far I have captured weeks' data and as such I should be able to show this somewhere in the report.
Is there any way I can show a distinct Count of number of weeks data entered so far (I am aware that DistinctCount as a function cannot be used being DAO specific). Will appreciate if someone could help.
Cheers
AK