J
Junior
I have an unbound startup form used to open various reports via cmd buttons.
when the form 1st opens it is the 'correct' size - however if i click a cmd
button to preview/print a report, click event is
DoCmd.OpenReport "rptEmp", acPreview, "", ""
after closing the report the startup form is maximized (fills the entire
screen)
I'm have no code to minimize/maximize ,or make the startup form visible/not
visible.
What can i do to make the startup form be consistently the proper size?
thanks for help
when the form 1st opens it is the 'correct' size - however if i click a cmd
button to preview/print a report, click event is
DoCmd.OpenReport "rptEmp", acPreview, "", ""
after closing the report the startup form is maximized (fills the entire
screen)
I'm have no code to minimize/maximize ,or make the startup form visible/not
visible.
What can i do to make the startup form be consistently the proper size?
thanks for help