Workday

T

Travis Grob

I'm attempting to add 15 workdays to a given date. Any suggestions, I'm coming up blank
 
C

Chris2

Travis Grob said:
I'm attempting to add 15 workdays to a given date. Any suggestions, I'm
coming up blank

dateadd("d", 15, #01/01/2004#)

Output:

01/16/2004
 
T

Travis Grob

Thanks, but I'm only trying to add workday, not total days. 1/1/04 would by 1/22/04. Excel has the function, but I can't seem to get it in Access.
 
Top