B
Bryan Hughes
I have a database that was created in access 2003. It has worked fine. Not
users are using Access 2007 and there are errors on procedures that ran
before, especially with the queries that run in back end code. Is Access
2007 using a newer DAO version, or is the vba version changed for access
2007 that would be causing these errors?
I have looked at the queries and they are fine. The only question is on
strings in queries I have a single quote and ampersands (WHERE ID ='" &
strID & "' ..) in the procedure. Has this changed and I need to use the +
instead, like a normal SQL stored procedure?
Thanks for the help!
Bryan
users are using Access 2007 and there are errors on procedures that ran
before, especially with the queries that run in back end code. Is Access
2007 using a newer DAO version, or is the vba version changed for access
2007 that would be causing these errors?
I have looked at the queries and they are fine. The only question is on
strings in queries I have a single quote and ampersands (WHERE ID ='" &
strID & "' ..) in the procedure. Has this changed and I need to use the +
instead, like a normal SQL stored procedure?
Thanks for the help!
Bryan