I need to distribute a MS Access 2003 mdb that will connect to SQL Server 2005 data on a remote server via tcp/ip. How could I do this in code so they can't see the connection userid and password? I'll be making an mde from it. I know how to programmatically create and use a connection string but not sure how to do this when the data server is accessed via the internet.
Thank you for your help.
Thank you for your help.