Hi all,
I have a macro that executes ~200 queries which modify the data, create some tables etc. The macro runs when the user clicks a button on a form. I would like the queries to be invisible while they are running, but currently the user sees 50+ query windows open/close which is ugly.
Is there a way to automatically minimize/hide query windows or disable screen update? I know this is possible in Excel by setting application.scr eenupdating =false, is there a similar way in Access?
I have a macro that executes ~200 queries which modify the data, create some tables etc. The macro runs when the user clicks a button on a form. I would like the queries to be invisible while they are running, but currently the user sees 50+ query windows open/close which is ugly.
Is there a way to automatically minimize/hide query windows or disable screen update? I know this is possible in Excel by setting application.scr eenupdating =false, is there a similar way in Access?
Comment