C
Chris
Hi,
I think I need a little help with my dates!
I have a field: [DateLoggedIn], which stores date entry date.
I am trying to achieve in a query is an expression which creates a new
calculated field as [DueDate}. This expression is to calculate 3 working days
from [DateLoggedIn}.
I have a function called “WorkingDaysâ€, which calculates the working days
and holidays, but I am having trouble applying it to the expression. I have
entered the following:
DueDate : DateAdd("d",3,(WorkingDays([DateLoggedIn])
Unfortunately it is not working, any help would be much appreciated!
Chris.
I think I need a little help with my dates!
I have a field: [DateLoggedIn], which stores date entry date.
I am trying to achieve in a query is an expression which creates a new
calculated field as [DueDate}. This expression is to calculate 3 working days
from [DateLoggedIn}.
I have a function called “WorkingDaysâ€, which calculates the working days
and holidays, but I am having trouble applying it to the expression. I have
entered the following:
DueDate : DateAdd("d",3,(WorkingDays([DateLoggedIn])
Unfortunately it is not working, any help would be much appreciated!
Chris.