launch access report in popup window

  • Thread starter Thread starter mg
  • Start date Start date
M

mg

is there a way, using vba code, to launch an access report in its own popup
window??
 
you should be able to use:

docmd.openreport "reportname", acViewPreview, , , acWindowNormal
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top