adams.bria
Registered User.
- Local time
- Today, 11:34
- Joined
- Apr 28, 2010
- Messages
- 41
Opening my report from form:
Then on the report itself:
When the report loads, no data is there. If I scroll over, then everything appears. Otherwise it is just a grey screen. I wasn't having a problem when I was using acviewpreview, however I added a button to go to another report on rptcurrent_openings. Thus print preview would not work. Any help?
Code:
DoCmd.OpenReport "rptcurrent_openings", acViewReport, , , acDialog
Then on the report itself:
Code:
Private Sub Report_Load()
DoCmd.MoveSize 28000
DoCmd.Maximize
End Sub
When the report loads, no data is there. If I scroll over, then everything appears. Otherwise it is just a grey screen. I wasn't having a problem when I was using acviewpreview, however I added a button to go to another report on rptcurrent_openings. Thus print preview would not work. Any help?