SQL Database connection error

msgt

Registered User.
Local time
Today, 00:20
Joined
Jun 5, 2007
Messages
11
I'm not sure if this is the correct spot for this thread so here goes.
I created an access project using link tables to a SQL development database. I finished the project on the development side and need to connect to production database. I created the SQL user objects on production database, validated that the user can connect directly to database via SQL Enterprise manager. Created ODBC connection on my laptop and tested connection. Modified Global module for the SQL connection for the VB code to point to production database. Open the access project that now points to production database, typed in login credentials to receive user cannot login to database.
What else do I need to modify to point the access project to production database?
 
Found the problem. I had to re-point the link tables using the link table manager. All is well. :D
 

Users who are viewing this thread

Back
Top Bottom