I am trying to setup a staff shift rota (10 week cycle)
what I would like to be able to do is enter a date in a textbox & use DatePart("ww",[mydate]) to get the week number.
But I need to be able to link that result in [mydate] to the rota week number eg: if the result in [mydate] is 12 it would be week 2 for the shift rota.
Any assistance would be much appreciated
what I would like to be able to do is enter a date in a textbox & use DatePart("ww",[mydate]) to get the week number.
But I need to be able to link that result in [mydate] to the rota week number eg: if the result in [mydate] is 12 it would be week 2 for the shift rota.
Any assistance would be much appreciated