hi guys,
i have a form with a button. when i press the button it opens a report :
the problem is that the report is in the backround and i cant use it until i close the form.
the form is setup as a popup.
is there any way to use the report and have the form opened at the same time?
thx, max.
i have a form with a button. when i press the button it opens a report :
Code:
DoCmd.OpenReport "popreview", acViewPreview, acWindowNormal
the problem is that the report is in the backround and i cant use it until i close the form.
the form is setup as a popup.
is there any way to use the report and have the form opened at the same time?
thx, max.