J
jake.ibood
Hello,
I need help with the following. I'm not a programmer, but need to fix
one thing. Can soeone tell me what's wrong with the following?
"SELECT * FROM TblEvents WHERE DATEDIFF('d', fldDateArchive, now()) <
0 & DATEDIFF('d', fldDatePublish, now()) > 0 ORDER BY fldDateEvent
ASC"
The idea is to publish only the events where the archive date isn't
due yet and where the publishdate is past (> 0).
Thanks!
I need help with the following. I'm not a programmer, but need to fix
one thing. Can soeone tell me what's wrong with the following?
"SELECT * FROM TblEvents WHERE DATEDIFF('d', fldDateArchive, now()) <
0 & DATEDIFF('d', fldDatePublish, now()) > 0 ORDER BY fldDateEvent
ASC"
The idea is to publish only the events where the archive date isn't
due yet and where the publishdate is past (> 0).
Thanks!