AccessMoron
Programmer
In a function I have a ODBC DAO connection to a SQL database. At point A the function uses Connection.Execute to write to the database, four lines later it trys to write to the DB again using the same connection object but returns an ODBC error.
The SQL it is tryinf to execute will work through the Quey builder.
Anyone any Ideas what could be going wrong?
The SQL it is tryinf to execute will work through the Quey builder.
Anyone any Ideas what could be going wrong?