First, thanks to lameid for the pass-through query suggestion. Changing the query to a PT allowed it to work with the failing join. I did attempt fixing it earlier with vba references but that didn't work, but thanks also for that suggestion.
Now I have another problem created by the PT query...
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.