Hi,
I have an Excel workbook that allows a user to requery an Access databse, based on thier selection from a combo box on a UserForm.
If the UserForm's ShowModal property is set to True, the requery/update macro is blazing fast. If the UserForm's ShowModal property is set to False, the macro slows to a crawl.
Any idea as to why performance would be significantly impacted by changing the ShowModal property? Any suggestions for a fix?
Thanks!
I have an Excel workbook that allows a user to requery an Access databse, based on thier selection from a combo box on a UserForm.
If the UserForm's ShowModal property is set to True, the requery/update macro is blazing fast. If the UserForm's ShowModal property is set to False, the macro slows to a crawl.
Any idea as to why performance would be significantly impacted by changing the ShowModal property? Any suggestions for a fix?
Thanks!