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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Runtime error 424: Object Required

Status
Not open for further replies.
Aug 13, 2002
14
US
Hello

While testing my program, sometimes when I click the Enter button, I get the above Runtime error 424: Object Required. The user is not going to be instructed to select the Enter button but if they do accidently, I don't want the program to come to a crash as it currently does. Why in general does this happen (I'm assuming it is because it was expecting an object to be selected prior to selecting the Enter button and no object was selected) but more importantly, how does one prevent this from happening?

Thank you very much.
Glenn
 
I'm getting a similar problem.

It is pretty irritating. I have no solution, putting this on to get this to the top of the questions

J
 
This can be caused by several different things. it's trying to reference an object that no longer is available...e.g..Recordset etc..

post your code

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top