Hi, this is what I am trying to do, and I know I am stuck at a really simple impass.
I am populating my recordset with a select statement.
What I want to do is -
For each record in the recordset
' do some stuff
Next
but I try to do this with record being a record object, and I get a message saying that the object doesn't support that method.
How else do I go about stepping through each row of the recordset?
Thanks for your help!
I am populating my recordset with a select statement.
What I want to do is -
For each record in the recordset
' do some stuff
Next
but I try to do this with record being a record object, and I get a message saying that the object doesn't support that method.
How else do I go about stepping through each row of the recordset?
Thanks for your help!