R
Ray
Hello All,
I have a recordset that is populated with a SQL statement
How do I determine if the SQL returns records before
populating the recordset? I tried populating the recordset
and then using FindFirst and NoMatch but still I get at
3021 error on the findfirst line.
How can I determine if any records are returned before the
recordset is populated?
I could used the recordcount property but I'm afraid the
if I don't use the .movelast I will not have an accurate
record count.
Please help. I'm about to scratch a hole in my head.
Thanks,
Ray
I have a recordset that is populated with a SQL statement
How do I determine if the SQL returns records before
populating the recordset? I tried populating the recordset
and then using FindFirst and NoMatch but still I get at
3021 error on the findfirst line.
How can I determine if any records are returned before the
recordset is populated?
I could used the recordcount property but I'm afraid the
if I don't use the .movelast I will not have an accurate
record count.
Please help. I'm about to scratch a hole in my head.
Thanks,
Ray