Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error Code -- 80020009 -- Please help 1

Status
Not open for further replies.

link9

Programmer
Nov 28, 2000
3,387
US
I am getting this specific error:

error '80020009'
Exception occurred.

/heclientrg2000/myClass.inc, line 772


and here is the code that's creating it:
Code:
while averageRS(&quot;BUF10&quot;) <> thisBuf
<---- line 772
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
 
80020009 Exception Occurred
This is a generic error message that only indicates that the connection to the database failed.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top