I have a code where when executed an error of too few parameters in the following sql command pops up:
Set rs = db.openrecordset("Select * " & _
"FROM Plant_Employees " & _
"WHERE Plant_Employees.[clock#] = " & val(clock.value))
Is there something I am missing? Any suggestions? If you need more information, Let me know.
Thanks in advance!!
Set rs = db.openrecordset("Select * " & _
"FROM Plant_Employees " & _
"WHERE Plant_Employees.[clock#] = " & val(clock.value))
Is there something I am missing? Any suggestions? If you need more information, Let me know.
Thanks in advance!!