C
cinnie
hi
I'm trying to get code to work for my very first option group, but am
getting frustrated. I'd really appreciate a few pointers.
I have an unbound form with an option group, opgPrintOptions. The choices
are Active, Not Active, All, with values 1,2,3 respectively. A command
button on the form, cmdPrintReport, is then clicked to print the report
rptTeacherList. This report has a Yes/No field called ActiveStatus.
If 1 is selected, I want to print the report having rows with ActiveStatus =
Yes. Choices 2 should print the report only for teachers not active. Choice
3 prints the entire report. If someone could rough out the correct
approach, it would really help.
I'm trying to get code to work for my very first option group, but am
getting frustrated. I'd really appreciate a few pointers.
I have an unbound form with an option group, opgPrintOptions. The choices
are Active, Not Active, All, with values 1,2,3 respectively. A command
button on the form, cmdPrintReport, is then clicked to print the report
rptTeacherList. This report has a Yes/No field called ActiveStatus.
If 1 is selected, I want to print the report having rows with ActiveStatus =
Yes. Choices 2 should print the report only for teachers not active. Choice
3 prints the entire report. If someone could rough out the correct
approach, it would really help.