When I add a cmd button and assign a report to open, it opens in full screen, and any its very clear and bright. Also web addresses can be clicked on and launched..just what I want...however...
As I want to have the report used by many buttons and filters, I have added event procedures to each combo box....
Private Sub Command193_Click()
DoCmd.OpenReport "POAP", acViewPreview, , "ID=" & Me.Combo188
End Sub
This works BUT when the report opens, its in print preview mode...ie. its small, is non continous and NOT WHAT I want !!!
What do I change to make acViewPreview simply look like a regular default macro? Its sending me insane :banghead:
As I want to have the report used by many buttons and filters, I have added event procedures to each combo box....
Private Sub Command193_Click()
DoCmd.OpenReport "POAP", acViewPreview, , "ID=" & Me.Combo188
End Sub
This works BUT when the report opens, its in print preview mode...ie. its small, is non continous and NOT WHAT I want !!!
What do I change to make acViewPreview simply look like a regular default macro? Its sending me insane :banghead: