paddybloke
New member
- Local time
- Today, 20:11
- Joined
- Feb 16, 2010
- Messages
- 3
Hi folks - new user, first post, so be gentle!
I am trying to create an update query which will take a field [DateReceived] and add a number of days to it - this number is stored in another field [WDays]. The final result should be updated to a [DueOut] field.
Using the expression builder, I think the correct syntax in the update section of the [DueOut] field should be
= DateAdd("w",[WDays],[DateReceived])
where "w" indicates weekdays, but the expression builder always returns an error stating there are too many arguments.
Ideally I am trying to add only working days, hence trying to use "w" instead of "d" if I understand the interval options correctly.
Any pointers?
Thanks in anticipation.
I am trying to create an update query which will take a field [DateReceived] and add a number of days to it - this number is stored in another field [WDays]. The final result should be updated to a [DueOut] field.
Using the expression builder, I think the correct syntax in the update section of the [DueOut] field should be
= DateAdd("w",[WDays],[DateReceived])
where "w" indicates weekdays, but the expression builder always returns an error stating there are too many arguments.
Ideally I am trying to add only working days, hence trying to use "w" instead of "d" if I understand the interval options correctly.
Any pointers?
Thanks in anticipation.