Re: DAO OpenRecordset returns... nothing?

Tech-Archive recommends: Speed Up your PC by fixing your registry



so problem solved??? If not post code

"Keithius" <keithius@xxxxxxxxx> wrote in message
news:1152721304.180368.174270@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I apologize - the "myRecordset/myRecord" is a typo. Here it is in
corrected format:

set myRecord = myDatabase.OpenRecordset(someQuery)

do while myRecord.EOF = False
' do something
loop

I do have "Option Explicit" enabled; and this is just simplified code.
Well done for pointing out my typo, though! (You can tell I've been
frustrated trying to get to the bottom of this - I almost never let
typos slip through my code, even when it's just a sample.)



.