I can't find this answer anywhere. There are three check boxes on my form, 1, 2 and 3.
And, there are 3 different report templates, A, B and C.
I want access to determine which report to print based on which check boxes are checked.
Example 1:
Check Box 1 = Null
Check Box 2 = Check
Check Box 3 = Null
Choose Report A
Example 2:
Check Box 1 = Check
Check Box 2 = Check
Check Box 3 = Null
Choose Report B
If this is possible, please direct me to the code. Thanks!