Dan Waters
dwaters at usinternet.com
Thu Sep 15 10:44:05 CDT 2005
I have a need to let users view a 'stream' of reports in print preview mode. The reports are all based on the same report object, just different rows in the table. The problem I'm having is that a Do Loop won't pause code execution while the first preview is on-screen. Or, if I try to trigger then next preview using the report's close event, I can't open the report again while the code is still running in the close event (which does makes sense). Has anyone done this successfully? Dan Waters