D
Darrell
I am attempting to use the DateAdd function with MS Access 2003 inside a
query.
The following does not work. Is it possible to use the dateadd function in
the WHERE clause?
SELECT CustomerName FROM Insurance
WHERE
(#12/29/03# between DateAdd('d',-1,[Insurance].[Expiration Date]) and
DateAdd('ww',1,[Insurance].[Expiration Date]))
All help would be greately appreciated.
TIA
Darrell
query.
The following does not work. Is it possible to use the dateadd function in
the WHERE clause?
SELECT CustomerName FROM Insurance
WHERE
(#12/29/03# between DateAdd('d',-1,[Insurance].[Expiration Date]) and
DateAdd('ww',1,[Insurance].[Expiration Date]))
All help would be greately appreciated.
TIA
Darrell