launch access report in popup window

G

ghetto_banjo

you should be able to use:

docmd.openreport "reportname", acViewPreview, , , acWindowNormal
 
M

mg

thanks. i didnt realize those properties were available.
actually the windownormal is the default, but the 'acdialog' did what i
wanted. it opens in it's own modal-popup window. and you can right click to
get it to print.
 
Top