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!

Object Required?

Status
Not open for further replies.

HandJT

Technical User
Jun 23, 2004
84
US
I get a run-time error message 424 object required using the following code and I'm not sure why.

rs = db.OpenRecordset("Select * " & _
"FROM Plant_Employees " & _
"WHERE Plant_Employees.[Clock#] = " & Val(Employee_Scrap.[Clock#]) & ";")


Does anybody have any suggestions on how I can change it?
Thanks in advance!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top