I have created several pass through queries in Access, but I would like to execute one in VBA because I want to create a dynamic SQL string. I am using Access 2007.
Here is the existing SQL I am using in my pass through query (Oracle 11g):
SELECT ticket_id, short_code FROM...