SQL Connection
SQL Connection
(OP)
I have an Access DB where several tables are linked to SQL tables.
The problem is that when I run the DB, i get the SQL Server login box asking me for a user id and password. All of that is fine, but how do I code a solution where I do not get the box appearing on screen. (note i do not want a trusted connection)
Thanks
The problem is that when I run the DB, i get the SQL Server login box asking me for a user id and password. All of that is fine, but how do I code a solution where I do not get the box appearing on screen. (note i do not want a trusted connection)
Thanks
RE: SQL Connection