Thanks, DoDo1975. A point of note, the querydef I created was in fact a temporary querydef since I was querying an ODBC data source. Anyway, thanks for the input. If anyone else knows of a novel method to accomplish this, please let me know as it would make my life much easier.
Is it possible to create a temporary querydef from records in another temporary querydef (ODBC connection)?
For Example:
Set qdf = Workspace.CreateQueryDef("qryTemp", "SELECT * FROM SomeTable")
Set qdf1 = Workspace.CreateQueryDef("qryTemp1", "SELECT * Fiel1...
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.