I am getting this specific error:
error '80020009'
Exception occurred.
/heclientrg2000/myClass.inc, line 772
and here is the code that's creating it:
<---- line 772
If anyone out there can shed some light, and at least let me know what generates this error, that would be great. The weird thing is that it doesn't happen until after that block has executed several times. I'm only trying to move to a specific record in the recordset, based on the variable, 'thisBuf'.
Anyway, please help.
thx
paul prewett
error '80020009'
Exception occurred.
/heclientrg2000/myClass.inc, line 772
and here is the code that's creating it:
Code:
while averageRS("BUF10") <> thisBuf
Code:
averageRS.movenext
wend
If anyone out there can shed some light, and at least let me know what generates this error, that would be great. The weird thing is that it doesn't happen until after that block has executed several times. I'm only trying to move to a specific record in the recordset, based on the variable, 'thisBuf'.
Anyway, please help.
thx
paul prewett