I'm having difficulty figuring out to make certain fields visible based on user input. Here's a simplified example of what I'm trying to do:
I have two radio buttons that enter either a 1 or 2 in the variable [group]. There are two fields (that are linked to a table) on the form: [group1] and [group2]. So, if the user selects the radio button 1, then only [group1] would be visible on the screen - and if the user selects radio button 2, then only [group2] would be visible. Is there an easy way to do this? Thanks for your help.
Lee
I have two radio buttons that enter either a 1 or 2 in the variable [group]. There are two fields (that are linked to a table) on the form: [group1] and [group2]. So, if the user selects the radio button 1, then only [group1] would be visible on the screen - and if the user selects radio button 2, then only [group2] would be visible. Is there an easy way to do this? Thanks for your help.
Lee