OK I don't even know how to look this up online or even how to phrase it without spelling it all out.
What I want to do is have access open a form; after the user views a given query, then closes it.
Right now:
I have a form that gives the user choices, then it creates the SQL (querydef) based on the choices and pulls up said query for them to view/use.
I had problems at first because the query would always pull up behind the form, thusly the user would never be able to see the query, unless s/he knew that you had to minmize the form. Then a second form became necessary as a requested pop-up, when more drilldown capability was needed. So I just made the code close the forms when said query opens.
The issue is that the user may wish to use the form again and look at the data differently... so is there any way to get a form to open back up after the user is finished with a specific query?
Thanks much,
Gary
What I want to do is have access open a form; after the user views a given query, then closes it.
Right now:
I have a form that gives the user choices, then it creates the SQL (querydef) based on the choices and pulls up said query for them to view/use.
I had problems at first because the query would always pull up behind the form, thusly the user would never be able to see the query, unless s/he knew that you had to minmize the form. Then a second form became necessary as a requested pop-up, when more drilldown capability was needed. So I just made the code close the forms when said query opens.
The issue is that the user may wish to use the form again and look at the data differently... so is there any way to get a form to open back up after the user is finished with a specific query?
Thanks much,
Gary
Last edited: