J
jdb
I added a command button to a form to open a report.
The form has:
modal=yes, pop-up=yes, and maximized when opened.
I added this line to the command button's open procedure:
Me.Visible = False
Which seems to get the report to show, which is good (before that line, I
had to close the form before the report was visible).
But, when I close the report, I want the form to be visible as it was before
I opened the report. As it stands, when the report is closed, I get the
basic Access page that lists the various forms, reports, etc.
Any suggestions?
Thank you.
The form has:
modal=yes, pop-up=yes, and maximized when opened.
I added this line to the command button's open procedure:
Me.Visible = False
Which seems to get the report to show, which is good (before that line, I
had to close the form before the report was visible).
But, when I close the report, I want the form to be visible as it was before
I opened the report. As it stands, when the report is closed, I get the
basic Access page that lists the various forms, reports, etc.
Any suggestions?
Thank you.