I am creating an Access application that we need to use with SQL Server. I have a some questions that I have not been able to get answers for yet after doing quite a bit of research.
I am planning on using a OLEDB connection, However I am a little confused about how to set this up. I have an existing Access ADP database that connects to SQL Server automatically when it is opened using a connection string, I am able to see that by doing debug.print currentproject.connection.
I am creating this new application using accdb since ADP is no longer supported. The question I have is, Where do I store or set up the OLEDB connection string?
I am planning on using a OLEDB connection, However I am a little confused about how to set this up. I have an existing Access ADP database that connects to SQL Server automatically when it is opened using a connection string, I am able to see that by doing debug.print currentproject.connection.
I am creating this new application using accdb since ADP is no longer supported. The question I have is, Where do I store or set up the OLEDB connection string?