G
Garnish
I'm trying to use the DateAdd function in a text box to add a specified
number of working days to a date stored in another text box.
I have typed:
=DateAdd("w",4,[Text24]) where Text24 contains the original date of
19/10/2007.
I get the result 23/10/2007 when I was expecting 25/10/2007 (4 working days
later).
Does anyone know where I am going wrong?
Thank you
number of working days to a date stored in another text box.
I have typed:
=DateAdd("w",4,[Text24]) where Text24 contains the original date of
19/10/2007.
I get the result 23/10/2007 when I was expecting 25/10/2007 (4 working days
later).
Does anyone know where I am going wrong?
Thank you