I have an Access database in which I have a series of SQL server tables linked into Access with an ODBC connection. This is the SQL code in question:
SELECT [dbo_Account].[acct_id], [dbo_Agent].[AgentName]
FROM dbo_Account LEFT JOIN dbo_Agent ON...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.