F
FEleazer
I've copied the function recommended to add workdays to a date from the MVPs
website (http://www.mvps.org/access/datetime/date0012.htm) but when I try and
use it in a query I get an error message:
Data type mismatch in criteria expression
My calculation looks like this: NewDateInclHolidays: dhAddWorkDaysA(10,
[HoldDate],array(#1/2/2006#))
I tried it without the Holiday Array and it works fine. What am I doing
wrong? I have a Holiday table that I use for another function, can I use
this instead of the array?
website (http://www.mvps.org/access/datetime/date0012.htm) but when I try and
use it in a query I get an error message:
Data type mismatch in criteria expression
My calculation looks like this: NewDateInclHolidays: dhAddWorkDaysA(10,
[HoldDate],array(#1/2/2006#))
I tried it without the Holiday Array and it works fine. What am I doing
wrong? I have a Holiday table that I use for another function, can I use
this instead of the array?