Pop-Up Form

F

Fred

I have a form that prompts for parameters which has a Pop-
Up property of "Yes". This form calls a report form in
the Preview Mode. I can't seem to make the report form
display in front of the data entry form. I need to keep
the data entry form's property of Pop-Up to "Yes" and I
can't close this data entry form because the report form
uses these parameters.

How can I make the report form display in front without
closing the data entry form? I don't see any Pop Up
property for the report form.

Please Help....


Thanks,
Fred
 
A

Alphonse Giambrone

Instead of using pop-up = yes, can you use modal=yes??
If not, just hide the form and then close it when you close the report.
 
Top