Access 2000 Popup Report?

S

SusanV

Users would like reports to open in their own window, but reports don't have
a property for popup (Access 2000). How can I accomplish this via VBA?

TIA,

Susan
 
D

Duane Hookom

You could try to output the report to snapshot format and then open the
snapshot file.
 
Top