Problem Opening Report From Form

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Marie

    #1

    Problem Opening Report From Form

    I am opening a report from a form. How do I get the report to open in front
    of the form? I tried setting the form's Visible property to False and the
    report displayed too small to preview. To try and overcome that I added
    DoCmd.Runcomman d acZoom100 to the code and the report displayed with only
    about one inch sticking out of the left side of the screen.

    Thanks for the help!

    Marie


  • John Vinson

    #2
    Re: Problem Opening Report From Form

    On Wed, 02 Feb 2005 22:59:24 GMT, "Marie" <please@no.spam > wrote:
    [color=blue]
    >I am opening a report from a form. How do I get the report to open in front
    >of the form?[/color]

    Make sure that the Form is not open in Dialog mode: such a form will
    always be in front. (Yelling "Down in front!" won't help
    unfortunately).

    John W. Vinson[MVP]

    Comment

    Working...