Hi
Trying to use this code but it errors on the "Settled", I assume the syntex is incorrect. Can anyone advise
Thanks
DoCmd.RunSQL "UPDATE tblCostProcessedData SET tblCostProcessedData.[Settled?] = "Settled" " & _
"WHERE (((tblCostProcessedData.[Date Costs Agreed]) Is Not Null));"
Trying to use this code but it errors on the "Settled", I assume the syntex is incorrect. Can anyone advise
Thanks
DoCmd.RunSQL "UPDATE tblCostProcessedData SET tblCostProcessedData.[Settled?] = "Settled" " & _
"WHERE (((tblCostProcessedData.[Date Costs Agreed]) Is Not Null));"