B
Bri
I'm fairly new at programming and could use some help. I have a form
(frmPrintSwitchboard) that contains 8 buttons (cmdPrintRptNovice, cmd
PrintRptTyro, etc). When any of these buttons is clicked, I want a second
form (frmSelectSession) to pop up that contains a combobox (cmbSession).
This lists sessions Fall, Winter Spring, etc. The user, with two clicks,
could print a report for, say, Novice division - Fall session.
Here's the question. I want to use only one frmSelectSession. (Don't
laugh, but I currently have 8, one dedicated to each report button.) How do
I do this? Somehow I need to pass the info about which report was selected
through this form so I can print the right report.
Thank you
Bri
(frmPrintSwitchboard) that contains 8 buttons (cmdPrintRptNovice, cmd
PrintRptTyro, etc). When any of these buttons is clicked, I want a second
form (frmSelectSession) to pop up that contains a combobox (cmbSession).
This lists sessions Fall, Winter Spring, etc. The user, with two clicks,
could print a report for, say, Novice division - Fall session.
Here's the question. I want to use only one frmSelectSession. (Don't
laugh, but I currently have 8, one dedicated to each report button.) How do
I do this? Somehow I need to pass the info about which report was selected
through this form so I can print the right report.
Thank you
Bri