S
Steve Stone
I have inherited a database with multiple fields that identify selections.
Field1 = session 1
Field2 = Session 2
Field3 = session 3
The values for each of these fields can be A,B,C, or D.
I have another field named SELECTFIELD that identifies which of the above
fields to print on the report. The value of this field is
Field1, Field2, field3, ...
How do I use the value of selectfield to print the correct session field?
Field1 = session 1
Field2 = Session 2
Field3 = session 3
The values for each of these fields can be A,B,C, or D.
I have another field named SELECTFIELD that identifies which of the above
fields to print on the report. The value of this field is
Field1, Field2, field3, ...
How do I use the value of selectfield to print the correct session field?