Hi,
I am getting a syntax error saying: too few parameters expected one.
This is the code that i have been trying:
CurrentDb.Execu te "UPDATE tblitem SET IsSelected = True WHERE itemID = '" & cboItemID & "'"
Would anyone know what the problem could be, the field is alphanumeric
I am getting a syntax error saying: too few parameters expected one.
This is the code that i have been trying:
CurrentDb.Execu te "UPDATE tblitem SET IsSelected = True WHERE itemID = '" & cboItemID & "'"
Would anyone know what the problem could be, the field is alphanumeric
Comment