meltingpot
Technical User
Simple Code
SELECT CourseName
FROM Courselist
WHERE CourseName='First Aid' Between#StartDate# AND #EndDate#
There are many First Aid courses that run at random times across the month.
I want to be able to find 'First Aid' courses that are running today and show any running 8 days +- of todays date... Any ides

SELECT CourseName
FROM Courselist
WHERE CourseName='First Aid' Between#StartDate# AND #EndDate#
There are many First Aid courses that run at random times across the month.
I want to be able to find 'First Aid' courses that are running today and show any running 8 days +- of todays date... Any ides