Hi All
I posted a topic a few days ago asking how to create a week number from a date based upon a specific startdate and I got the following code which worked superbly, thanks for the code Sumitdev.
(DateDiff('ww',DateValue(DLookUp("[Weekstart]","week1start")),[APPLYDATE])+1)
I now have a part 2 query.. There will be occasions where several weeks will be left out, can i get the query to automatically insert week no's that are missing cause there is no data for them?
Regards
Douglas Bell
I posted a topic a few days ago asking how to create a week number from a date based upon a specific startdate and I got the following code which worked superbly, thanks for the code Sumitdev.
(DateDiff('ww',DateValue(DLookUp("[Weekstart]","week1start")),[APPLYDATE])+1)
I now have a part 2 query.. There will be occasions where several weeks will be left out, can i get the query to automatically insert week no's that are missing cause there is no data for them?
Regards
Douglas Bell