I get a user 'null' error. When I do this...
* = Errors on this line.
sSql = "DELETE FROM dbo_MemberMaxNonMetro"
* CurrentDb.Execute (sSql)
When I run the app. it works fine. But when I run it on the end users comp. It errors out. We have the same DSN Setup and everything else. What is going on?
John-
* = Errors on this line.
sSql = "DELETE FROM dbo_MemberMaxNonMetro"
* CurrentDb.Execute (sSql)
When I run the app. it works fine. But when I run it on the end users comp. It errors out. We have the same DSN Setup and everything else. What is going on?
John-