I create 2 temporary queries using access vba via the CurrentDb.CreateQueryDef() method.
The first query I can see visible in the navigation pane but the second query I do not see until I physically click on one of the existing queries in the navigation pane.
Is there a way to refresh the navigation pane via vba so that it shows all objects?