A
Aubrey
Report Row has five (5) Variables: Contact, and Name_1, _2, _3, _4
How do I make only ONE of the Name_n Text Boxes Visible depending on the
Value of Contact (1, 2, 3, or 4)
i.e.: If Contact = 1 Then Me!Name_1.Visible = True; Me!Name_2.Visible =
False, and so on.
I tried Nested 'IIF's in the underlying Query (actually UDF with @Param)
Also, a simpler Case, variable 'Action' (1, 2, 3, or 4) populated from a
List (of four items): Invite, Attend, Review, Chart.
All this works pretty well in a Form, since I can write a Module. But that
does not Print pretty.
Access 2002 Project, Runtime, against (local) MSDERelA
How do I make only ONE of the Name_n Text Boxes Visible depending on the
Value of Contact (1, 2, 3, or 4)
i.e.: If Contact = 1 Then Me!Name_1.Visible = True; Me!Name_2.Visible =
False, and so on.
I tried Nested 'IIF's in the underlying Query (actually UDF with @Param)
Also, a simpler Case, variable 'Action' (1, 2, 3, or 4) populated from a
List (of four items): Invite, Attend, Review, Chart.
All this works pretty well in a Form, since I can write a Module. But that
does not Print pretty.
Access 2002 Project, Runtime, against (local) MSDERelA