G
Guest
Options 1 - 3 of an option box print three different "report sets". Option 4 enables a combo box which lists all reports from the MySysObjects table, essentially allowing the user to print one report when a "report set" isn't required
Options 1 - 3 are hard coded, which is fine. Option 4 needs to be something lik
Dim breport As Repor
Me.cbo_ReportSet.Value = brepor
basUtility.OpenPrintCloseReport "breport", acVtyp, , bPrint, bClos
?I am trying to read the selected value in the combo box to the VBA code - any brief explanation as to why the above isn't functioning correctl
Thank
Options 1 - 3 are hard coded, which is fine. Option 4 needs to be something lik
Dim breport As Repor
Me.cbo_ReportSet.Value = brepor
basUtility.OpenPrintCloseReport "breport", acVtyp, , bPrint, bClos
?I am trying to read the selected value in the combo box to the VBA code - any brief explanation as to why the above isn't functioning correctl
Thank