Hello,
I am really stumped on this, I am not sure if someone can at least point me in the right direction?
I have an MS Access Reporting Application. It has a few local tables in it but predominantly relies on tables from a SQL Server 2005 database that it links to. It links to the SQL DB via a System DSN.
I have built a function that confirms the required tables are linked before any reports are run and that all works great. I have a stored Connection String for each time the system requires a connection to the SQL DB to refresh the linked tables. However, when the user FIRST runs the app, a SQL Authentication Dialog Box pops up asking the user for a Username and Password to the requested Database.
No matter what I do, I can't seem to suppress this. The System DSN is and must be set up for SQL Authentication, however if I could just suppress this initial dialog box, my code will take care of the Authentication moving forward.
Can ANYONE help me with this? I am stumped.
Thank you so much in advance for all suggestions!
Dallas