B
Bob
I have a combo box on my opening form that when I select something from it,
it prints a Landscape. Can I use a toogle lets say [Portrait Yes/No] on that
form
At the moment it is using one report [rptPrintMainCategoryRemark] I have
copied that report and renamed it [rptPrintMainCategoryRemarkP]
This is what is on my On Click .............Thanks for any help.........Bob
Private Sub cbCategory_Click()
DoCmd.OpenReport "rptPrintMainCategoryRemark", acViewPreview
End Sub
it prints a Landscape. Can I use a toogle lets say [Portrait Yes/No] on that
form
At the moment it is using one report [rptPrintMainCategoryRemark] I have
copied that report and renamed it [rptPrintMainCategoryRemarkP]
This is what is on my On Click .............Thanks for any help.........Bob
Private Sub cbCategory_Click()
DoCmd.OpenReport "rptPrintMainCategoryRemark", acViewPreview
End Sub