S
Supple
I have set up the addworkday module from
http://www.mvps.org/access/datetime/date0012.htm
And it works great if I don't add the optional array for the holidays.
However, I do want to include the holidays and when I add the array to the
query:
CreationDeadline:
dhAddWorkDaysA(3,[TblQCCompletedDates]![CreationReceived],Array(#7/4/2007#,#5/28/2007#))
I receive the following error:
Datatype Mismatch in criteria expression. I have everything set to "short
date" for my formats. What can I do to make this work? Do I need to do
something with the input masks?
Thanks in advance for your help.
http://www.mvps.org/access/datetime/date0012.htm
And it works great if I don't add the optional array for the holidays.
However, I do want to include the holidays and when I add the array to the
query:
CreationDeadline:
dhAddWorkDaysA(3,[TblQCCompletedDates]![CreationReceived],Array(#7/4/2007#,#5/28/2007#))
I receive the following error:
Datatype Mismatch in criteria expression. I have everything set to "short
date" for my formats. What can I do to make this work? Do I need to do
something with the input masks?
Thanks in advance for your help.