I have a large union query I would like to extract data out of, but I am not sure how I should format the query.
The name of the union query in access is "PH6-Combined-Dependencies"
Can I write a query to select records out of a union query in access?
Below is an example of a query similar to what I would like to use in the vbscript.
vbscript query:
Code:
Set QDF4 = cdb.CreateQueryDef(Tab4, "SELECT [Backup Properties].* FROM [Backup Properties]WHERE (([Backup Properties].Application)='" & strAppName & "')")