Re: How do you convert week # back to date?
Hi all,
How do you convert the week # back to a date?
I used datepart function to get the week #
ex:
mfg_dt_num = DatePart("ww", Forms!start_sample!earliest_mfg_dt)
and now I need to know how I can convert it back to the date format and display in a text box.
I tried format & datevalue functions they don't work.
Appreciate your assistance.
Hi all,
How do you convert the week # back to a date?
I used datepart function to get the week #
ex:
mfg_dt_num = DatePart("ww", Forms!start_sample!earliest_mfg_dt)
and now I need to know how I can convert it back to the date format and display in a text box.
I tried format & datevalue functions they don't work.
Appreciate your assistance.