adamsoderqvist
Programmer
I placed this question a few days back, but didn't seem to get a sufficient answer...(though I appreciate the effort! )
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()& "#"
...and this is the error-msg returned:
"ADODB.Recordset error '800a0bcd'
Either BOF or EOF is True, or the current record has been deleted.
Requested operation requires a current record."
- Yet there is a record and, as I said, it works when I retrieve by other parameters such as the actual Message body or by subject!
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()& "#"
...and this is the error-msg returned:
"ADODB.Recordset error '800a0bcd'
Either BOF or EOF is True, or the current record has been deleted.
Requested operation requires a current record."
- Yet there is a record and, as I said, it works when I retrieve by other parameters such as the actual Message body or by subject!