Hi All,
I have a passthrough query where I would like to change the connection string using vba:
qrydef.Connect = "xxxxx"
After changing the connection string, although the query has a new query string, the query returns records from the old query connection string.
Only by deleting the...