Try:
DoCmd.OpenReport "MyReport", acViewDesign, WindowMode:=acDialog
Setting its Visible property should make it show up later.
Turning Echo off would be the other alternative.
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users -
http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Jeff" <je************@asken.com.au> wrote in message
news:Rv******************@news.optus.net.au...
I have a need to open a report in design mode immediately before opening
it in preview, to change the Minimum and Maximum scale on an axis on a chart.
This results in a flash of the report in design mode just before it is
opened in preview mode.
Is there any way to open it in design mode hidden?
Jeff