Hi,
I desperately need your help here. I'm trying to work out a better way of producing a weekly report for a job that should show the weekly activities for last week and the current week using Access 03.
In the table "weeklytabl e", i have the following fields
WeeklyID
WeeklyActivitie s
ProposedActivit ies
WeekNo
Date
JobNo
Let's say, in the "weeklytabl e" table for a particular job, we know the date of the last weekly activities and the current date of the week, how do i work out how many weeks apart between them in VBA?
The reason for this is there might be a case where the job manager forgets to put in the report for the current weekly activities. So i need some sort of coding to let him/her know that there is a missing weekly activities.
Please feel free to suggest anything that may make this simple.
Thank you in advance
I desperately need your help here. I'm trying to work out a better way of producing a weekly report for a job that should show the weekly activities for last week and the current week using Access 03.
In the table "weeklytabl e", i have the following fields
WeeklyID
WeeklyActivitie s
ProposedActivit ies
WeekNo
Date
JobNo
Let's say, in the "weeklytabl e" table for a particular job, we know the date of the last weekly activities and the current date of the week, how do i work out how many weeks apart between them in VBA?
The reason for this is there might be a case where the job manager forgets to put in the report for the current weekly activities. So i need some sort of coding to let him/her know that there is a missing weekly activities.
Please feel free to suggest anything that may make this simple.
Thank you in advance
Comment