I have the following query (used on an ASP page)
------------
SELECT *
FROM volunteer
WHERE qualification='qual' AND AvailabilitYFrom1=#aval#
---------------
The 'AvailabilitYFrom1' is a date. I want to return the date with + and - 7 days either side of it.
Any body help ??
------------
SELECT *
FROM volunteer
WHERE qualification='qual' AND AvailabilitYFrom1=#aval#
---------------
The 'AvailabilitYFrom1' is a date. I want to return the date with + and - 7 days either side of it.
Any body help ??