G
Guest
I am selecting a table called Holiday and I need to loop thru 'x' amount of
days to see if days fall on any holidays. There is a holiday but the sql
statement I am running doesn't find it. It returns no records when there IS
at least one.
I know it has to do with the " " again but I can't figure this out. Any
help is appreciated!!!!
Here is the code:
strSQL = "SELECT Holiday.* FROM Holiday WHERE Holiday.HolidayDate = " &
dCheckDate
Thanks!
Janis in Minne-SNOW-ta
days to see if days fall on any holidays. There is a holiday but the sql
statement I am running doesn't find it. It returns no records when there IS
at least one.
I know it has to do with the " " again but I can't figure this out. Any
help is appreciated!!!!

Here is the code:
strSQL = "SELECT Holiday.* FROM Holiday WHERE Holiday.HolidayDate = " &
dCheckDate
Thanks!
Janis in Minne-SNOW-ta