I have a popup control screen form my database. when i generate a report, this report will be shown behind the control screen. How can I make the report to be viewed above the popup form?
Hide popup control form when generating a report
Collapse
X
-
Tags: None
-
Wadelhaj33,
Welcome to Bytes. You'll find lots of good help here as you learn your way around Access.
If you put this line of code prior to the OpenReport line you'll get the result you need. Depending on what you mean by "on top of" ...
That will minimize the popup form.Code:DoCmd.Minimize
Jim
Comment