Equivalent modal property for reports?

D

Dan

Is there a way to force a report in preview mode to
remain the active object until closed?
 
A

Allen Browne

Access 2002 allows this, but previous versions to not:

DoCmd.OpenReport "MyReport", acViewPreview, WindowMode:=acDialog
 
Top