Hi all,
This is driving me mad!
I currently have a report in my database which, when opened, should maximize.
Every time this runs, my report looks like picture123.png
To actually view the data I have to click everywhere on my report and it appears one bit at a time.
I think the problem lies with the event that
is placed in.
Please help!!!!
TIA
This is driving me mad!
I currently have a report in my database which, when opened, should maximize.
Code:
Private Sub Report_Open(Cancel As Integer)
'Maximise the window
DoCmd.Maximize
End Sub
Every time this runs, my report looks like picture123.png
To actually view the data I have to click everywhere on my report and it appears one bit at a time.
I think the problem lies with the event that
Code:
docmd.maximize
Please help!!!!
TIA