M mg Feb 11, 2009 #1 is there a way, using vba code, to launch an access report in its own popup window??
G ghetto_banjo Feb 11, 2009 #2 you should be able to use: docmd.openreport "reportname", acViewPreview, , , acWindowNormal
M mg Feb 11, 2009 #3 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.
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.