HI
I have a query which has a DateField with a number of days field
So DateAdded = 01/01/2009, Service Level days = 7. So I want to add only 7 weekdays to that DateAdded. To get 12/01/2009
At the moment I only can add 7 days in total. Which gives me 08/01/2009.
My code is:
Help please
I have a query which has a DateField with a number of days field
So DateAdded = 01/01/2009, Service Level days = 7. So I want to add only 7 weekdays to that DateAdded. To get 12/01/2009
At the moment I only can add 7 days in total. Which gives me 08/01/2009.
My code is:
Code:
InitialChaseDate: [ServiceLevel]+[DateAdded]
Help please