M
Michael
I have the following code in the default value of a textbox on a form. I am
looking to use the code to mark the week and day number plus the providers
(Fornitore) code that is drawn from a dropdown list on the form and also the
product code (Prodotto) also drawn from another dropdown list.
I do not get any errors when I inserted the code but I always only get the
week number and weekday number (4405 for today)and nothing else.
=Format(DatePart("ww";Now();2;3);"00") & Format(DatePart("w";Now();2);"00")
& [Fornitore].[Column](1) & [Prodotto].[Column](1)
thank you for your help
Michael
looking to use the code to mark the week and day number plus the providers
(Fornitore) code that is drawn from a dropdown list on the form and also the
product code (Prodotto) also drawn from another dropdown list.
I do not get any errors when I inserted the code but I always only get the
week number and weekday number (4405 for today)and nothing else.
=Format(DatePart("ww";Now();2;3);"00") & Format(DatePart("w";Now();2);"00")
& [Fornitore].[Column](1) & [Prodotto].[Column](1)
thank you for your help
Michael