HI I have a form with 3 text boxes
text1 I input date
text2 I input a number (number of days)
Text3
I want this to be text1+dateadd("d",text2)
BUT I do not wnt to include weekends
so if text1 was 06/12/2002
text2 was 3
then i would like text3 to be 11/12/2002
Plese help
Thank you
text1 I input date
text2 I input a number (number of days)
Text3
I want this to be text1+dateadd("d",text2)
BUT I do not wnt to include weekends
so if text1 was 06/12/2002
text2 was 3
then i would like text3 to be 11/12/2002
Plese help
Thank you