I am trying to run this:
However, I get a compile error of:
[Microsoft][ODBC Microsoft Access Driver] Too few parameters Expected 1
Can someone fix?
Code:
UPDATE tbl_test SET tbl_test.received = 'sent', tbl_test.received_Date = Date() WHERE tbl_test.received Is Null AND tbl_test.received_Date Is Null AND tbl_test.supCheck Is Not Null AND tbl_test.reasonOrdered = 'Customer Order' OR tbl_test.reasonOrdered = 'Restock' OR tbl_test.reasonOrdered = 'Employee Request'
However, I get a compile error of:
[Microsoft][ODBC Microsoft Access Driver] Too few parameters Expected 1
Can someone fix?