I am creating a system for my work in Access. Almost completely done and I have made some reports (based on queries) for one of our managers to view. I have these loading from a command button on a form with the code:
DoCmd.OpenReport "-reportname-", acViewReport
I have the pop up parameter set to yes as I am locking down the program for users so that they don't have access to any menus etc, so when I was loading the reports there was no way for them to get back out of them again.
When they load they work fine and display fine. The issue comes if I try to maximise, minimize or otherwise change the size of them. I have a screenshot of the original state of the report and then when it is maximised (although unfortunately my account is not verified so I cannot add them) but basically the window graphic bugs out. Scrolling with the mouse wheel seems to refresh the page and fix the issue, but only temporarily. Scrolling using the scrollbars leaves a trail of scrollbar selectors behind it. I have tried different screen resolutions and display settings etc. I am running Access 2010 on Windows 7 Professional SP1 64-bit with 8GB of ram so I don't feel like it should be a display issue but that is all I can think.
Any ideas?
(Please note, I have also posted this question on the MSDN forum but haven't received a response. Not meaning to cross post.)
DoCmd.OpenReport "-reportname-", acViewReport
I have the pop up parameter set to yes as I am locking down the program for users so that they don't have access to any menus etc, so when I was loading the reports there was no way for them to get back out of them again.
When they load they work fine and display fine. The issue comes if I try to maximise, minimize or otherwise change the size of them. I have a screenshot of the original state of the report and then when it is maximised (although unfortunately my account is not verified so I cannot add them) but basically the window graphic bugs out. Scrolling with the mouse wheel seems to refresh the page and fix the issue, but only temporarily. Scrolling using the scrollbars leaves a trail of scrollbar selectors behind it. I have tried different screen resolutions and display settings etc. I am running Access 2010 on Windows 7 Professional SP1 64-bit with 8GB of ram so I don't feel like it should be a display issue but that is all I can think.
Any ideas?
(Please note, I have also posted this question on the MSDN forum but haven't received a response. Not meaning to cross post.)