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!!
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!!