franksirvent
Programmer
Hi
I have an MDE database which the very first time it runs a report (which always previews first), it doesn't display/preview.
In order to see it, I have to click on the Access icon on the Windows bar, then its there (the code makes the Form unvisible before previewing report).
What's funny is that the 2nd, 3rd, etc times, it previews correctly, no need to click on the Access Icon on the windows bar !!!
it only happens the 1st time you run the report.
I don't have any code which makes it do that, so I would like to put some code on the Report which 'forces' to be maximized/visible everytime its run.
I do have docmd.maximize on the report_open
Anything else I am missing ???
I have an MDE database which the very first time it runs a report (which always previews first), it doesn't display/preview.
In order to see it, I have to click on the Access icon on the Windows bar, then its there (the code makes the Form unvisible before previewing report).
What's funny is that the 2nd, 3rd, etc times, it previews correctly, no need to click on the Access Icon on the windows bar !!!
it only happens the 1st time you run the report.
I don't have any code which makes it do that, so I would like to put some code on the Report which 'forces' to be maximized/visible everytime its run.
I do have docmd.maximize on the report_open
Anything else I am missing ???