Hello,
I was wondering if someone might help with the following problem in Access 2000:
I have an employee timesheet form containing a continuous subform containing the employee hours, date of hours etc. for the most recent 30 days.
In the footer I have a correctly working sum for the most recent days hours,=DSum("[HoursDetail]","qryHoursDetail","[HoursDate]=[maxDate]". Anyone have any ideas for getting automatically updating data ,like my sum function, that will sum the most recent weeks hours. And I am looking for Monday on, not the previous seven days.
Thanks in advance,
Nishan
The way have had to do it is creating an append query actuated by the after update, but I don't think it is very efficient.
I was wondering if someone might help with the following problem in Access 2000:
I have an employee timesheet form containing a continuous subform containing the employee hours, date of hours etc. for the most recent 30 days.
In the footer I have a correctly working sum for the most recent days hours,=DSum("[HoursDetail]","qryHoursDetail","[HoursDate]=[maxDate]". Anyone have any ideas for getting automatically updating data ,like my sum function, that will sum the most recent weeks hours. And I am looking for Monday on, not the previous seven days.
Thanks in advance,
Nishan
The way have had to do it is creating an append query actuated by the after update, but I don't think it is very efficient.