TheCandyman
Technical User
I have a MS Access DB which loads a simple pop up form. Once a button is clicked, it runs VBA code to open a query. Problem is, the form stays in front blocking the users view.
My thoughts to fix this are two ways:
1- minimize the form, but can a query run VBA when closed?
2- set focus which bring the query on top of the form.
Is either of these possible? Which is best?
My thoughts to fix this are two ways:
1- minimize the form, but can a query run VBA when closed?
2- set focus which bring the query on top of the form.
Is either of these possible? Which is best?