Question : Supress SQL login in MSACCESS on linked tables

I have an MSACCESS application.
The data is stored on MS SQL 2005 Database and the tables are linked.
How can I suppress the SQL server login form when I first access a table on the SQL Database ?
I have internal security on the application so I do not want the SQL login form.

Answer : Supress SQL login in MSACCESS on linked tables

Hi,

and as an addition to Torrwin: You should use DSNless connections instead of directly link a table with a ODBC connection. Even if you save a password within an ODBC connection Access asks for password at the first start.
If you link the table using VBA in DSNless way the question for passwords will be gone.

Here's a function from Microsoft to link DSNless:
http://support.microsoft.com/kb/892490

Cheers,

Christian
Random Solutions  
 
programming4us programming4us