I have captured the following variable, which will change depending upon the value(s) a user chooses from a list box that contains a list of fields to display on a form:
'Forms!frm1!txt1.Visible = True
Forms!frm1!txt2.Visible = True
Forms!frm1!txt5.Visible = True'
Now this variable needs to be...