Hi all,
I've got a date field in an ms access database that needs setting back to null after a user has previously entered a date. I'm trying the SQL:
But am getting the error:
Can anyone help me out with this?
Cheers
I've got a date field in an ms access database that needs setting back to null after a user has previously entered a date. I'm trying the SQL:
Code:
"UPDATE Tab1 Set D8Complete=null WHERE ID=499"
But am getting the error:
Code:
Microsoft OLE DB Provider for ODBC Drivers error '80040e10'
[Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.
/risk_db/ResetComplete.asp, line 17
Can anyone help me out with this?
Cheers