I'm creating a timesheet database and the entry of a new timesheet requires the date and week number that the timesheet corresponds to. I know how to find the week for the current date using
=Format(Now(),"ww"
but i would like the week number for the date entered to be the control for this value instead. ie something along the lines of
=Format([date],"ww"
where [date] is the field 'date' on the table (btw that does not work as life's not so simple.)
and help with this would be greatly appreciated.
Regards
Samulayo
=Format(Now(),"ww"
but i would like the week number for the date entered to be the control for this value instead. ie something along the lines of
=Format([date],"ww"
where [date] is the field 'date' on the table (btw that does not work as life's not so simple.)
and help with this would be greatly appreciated.
Regards
Samulayo