W
Weste
My app has Access 2003 for the FE and SQL 2005 for the backend. I am trying
to run the following update query from Access.
"UPDATE tblSources SET ImportID = 1, LastUpdate = #" & Now() & "# WHERE ID =
1"
I get an error message regarding the LastUpdate field. It says error near
the 4 which is the hour from the Now() function. The code works file with an
MS Access BE but not with SQL server. Any help would be appreciated. Thanks.
to run the following update query from Access.
"UPDATE tblSources SET ImportID = 1, LastUpdate = #" & Now() & "# WHERE ID =
1"
I get an error message regarding the LastUpdate field. It says error near
the 4 which is the hour from the Now() function. The code works file with an
MS Access BE but not with SQL server. Any help would be appreciated. Thanks.