Hi Guys,
Trying to update a table [WR] with todays date where the text box on the form = ID
Pops up an error message saying there is SYNTAX error in update statement, but i must be being blind
Trying to update a table [WR] with todays date where the text box on the form = ID
Code:
closesql = "UPDATE [WR] SET DateClose '" & Date & "' = WHERE ID = '" & Me.ID & "';"
DoCmd.RunSQL closesql
Pops up an error message saying there is SYNTAX error in update statement, but i must be being blind