adamsoderqvist
Programmer
I'm trying to retrieve posts in Access by todays date (as in a guestbook).But it won't work.
This what i have:
SELECT PostDate, Subject, Message FROM tblMessages WHERE PostDate=#" & Date()& "#"
I get an error msg sayin that "...EOF or BOF true or..." -something else, yet when I retrieve by "Message" it's no problem!
HELP!
//thanx!
This what i have:
SELECT PostDate, Subject, Message FROM tblMessages WHERE PostDate=#" & Date()& "#"
I get an error msg sayin that "...EOF or BOF true or..." -something else, yet when I retrieve by "Message" it's no problem!
HELP!
//thanx!