I have a Problem with my access database that i have vba that makes my forms full page but because of this the reports i need to open wont appear ontop of these is there any way i could move the reports to the front ? I would appreciate any help thanks
It seems that you are using a pop-up form. How about minimizing or hiding your form in the report open event and restoring it in the report close event? Alternatively, your version of Access may allow you to set the report's properties to pop-up.
i decided to go with the minimise version but now i have a problem that my query parimeter entry box appears it appears under any windows i have open and then my report opens minimised anyone know how i can do this??
I have tried the above with a pop-up form and a report with a parameter box, and it works for me. How about trying an outline version in a scratch database?
I mean create a test database with a maximized pop-up form, a query with a parameter, and a report. They can all be very simple: a table with one or two fields and records, a form that just has a button with the above code, and so on.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.