Using Sql Server Specific Code In Access Linked To Sql Server Database
I have an access file that is linked (through an ODBC connection) to a SQL Server 2008 database. I am trying to write some reports against this database. However, Access chokes whe
Solution 1:
Found the answer: I need to use a "pass-through query".
Post a Comment for "Using Sql Server Specific Code In Access Linked To Sql Server Database"