Ms access disable screen updating
18-Oct-2019 11:44
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'm running a macro that has to open and run code from a module, then open a table after it's done.
The problem is that the user can see the code module a few seconds before the table is opened.
Regards, jon [font=Verdana][size=2]You should not have to do all that.Don't forget error handling & turn the screen on before you try to msgbox an error or exit the sub.