T
terry w
hi - I have a form with 2 combo Boxes, cboA and cboB. The user selects a
value from both of these, then clicks a command Button, cmdPrint. This
prints a report based on the 2 selections. Typically, cboA has about 6 to 10
rows, and cboB has about 3 to 5 rows.
From time to time the users need to print ALL reports, which could mean
cycling through the procedure 50 times! I've added a new button,
cmdBatchPrint, but I'm having trouble getting its On_Click event code to
work. For each value of cboA, I need to print a report based on each value
of cboB. I need a way to dynamically 'walk through' all the combinations.
I'd really appreciate some clues - I'm still pretty new at coding.
Terry W.
value from both of these, then clicks a command Button, cmdPrint. This
prints a report based on the 2 selections. Typically, cboA has about 6 to 10
rows, and cboB has about 3 to 5 rows.
From time to time the users need to print ALL reports, which could mean
cycling through the procedure 50 times! I've added a new button,
cmdBatchPrint, but I'm having trouble getting its On_Click event code to
work. For each value of cboA, I need to print a report based on each value
of cboB. I need a way to dynamically 'walk through' all the combinations.
I'd really appreciate some clues - I'm still pretty new at coding.
Terry W.