J
Jenn
I am trying to perform a date calculation in Access 2003. I need the
calculation to add three days to the entered date and if it is
saturday/sunday I want it to print out the following monday. This is
what I am starting with but I don't know hot to get it to exclude
sat/sun)
Crisis: IIf([ADMIT DATE]<>[ODDate],DateAdd("w",3,[ADMIT DATE]),"")
Thanks
calculation to add three days to the entered date and if it is
saturday/sunday I want it to print out the following monday. This is
what I am starting with but I don't know hot to get it to exclude
sat/sun)
Crisis: IIf([ADMIT DATE]<>[ODDate],DateAdd("w",3,[ADMIT DATE]),"")
Thanks