I have an Access Database with a couple of local tables and a couple of linked SQL Server tables. There is a field in the local tables that link to the SQL Server tables. the issue is that because user Access to SQL Server is generic I cannot use a trusted connection. There is 1 user account in SQL Server that all users are using to connect. The issue is that since I can't use a trusted connection the user's must type in the username and password for the linked tables. I'm trying to create the code in the autoexec so that the link is refreshed when the Access DB is opened but I'm not sure how to refresh the link in code. Any help is appreciated.