S
Santiago Gomez
I have one base query that retrieve all the records I needs, and about 6
subqueries that perform subtotal calculations and unions, etc.
I would like to create that base query dynamically from vba code (to include
WHERE clauses).
If I delete and recreate the base query programatically, will all the other
subqueries be affected?
I tested this and it looks like they are not affected, they retain the link
to the base query even if it is deleted and recreated, but just in case,
does anyone know if this can cause a problem down the line?
thanks
subqueries that perform subtotal calculations and unions, etc.
I would like to create that base query dynamically from vba code (to include
WHERE clauses).
If I delete and recreate the base query programatically, will all the other
subqueries be affected?
I tested this and it looks like they are not affected, they retain the link
to the base query even if it is deleted and recreated, but just in case,
does anyone know if this can cause a problem down the line?
thanks