Hi,
I thought that the following would only add 10 to the week days (business days M-F) but it is adding 10 days including weekends. Is there another way, easy way? I've seen a lot of coding examples but I thought there would be an interval setting that could be used?
Here's my example:
DateAdd("w",10,[tbl_Item_Detail_Calcs]![Item_Setup_Clock_Start])
Thanks!
I thought that the following would only add 10 to the week days (business days M-F) but it is adding 10 days including weekends. Is there another way, easy way? I've seen a lot of coding examples but I thought there would be an interval setting that could be used?
Here's my example:
DateAdd("w",10,[tbl_Item_Detail_Calcs]![Item_Setup_Clock_Start])
Thanks!