J
jmillerWV
Hello All,
Have a SQL DB (MySQL), a table(tblUPL), a column in the table(CompanyName)
An Access2003 Frontend (OurWork.mdb). A form (ClntName) a field inside the
form (CoName), A passthrough Query (PTNameChng).
the query was orginally and Access Update query that changed
table!tblUPL!CompanyName to the current value of Form![clntName]![CoName].
when I change it to a passthrough query and run it, I get the error
"ODBC--call failed.
[Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: incorrect syntax near
'!'. (#170)."
I have tried changing the syntax to single quote marks , double quote marks,
% sign, Added brackets, added (), peroids between the form designators
nothing helped. What do I need to do to get this to work?
Have a SQL DB (MySQL), a table(tblUPL), a column in the table(CompanyName)
An Access2003 Frontend (OurWork.mdb). A form (ClntName) a field inside the
form (CoName), A passthrough Query (PTNameChng).
the query was orginally and Access Update query that changed
table!tblUPL!CompanyName to the current value of Form![clntName]![CoName].
when I change it to a passthrough query and run it, I get the error
"ODBC--call failed.
[Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: incorrect syntax near
'!'. (#170)."
I have tried changing the syntax to single quote marks , double quote marks,
% sign, Added brackets, added (), peroids between the form designators
nothing helped. What do I need to do to get this to work?