I have a form that has a text box and whether the text box has a value present it makes the radio button visible.
Now on the first selection, it takes initially 1 click to select the Radio Button, after which it takes two.
Does anyone know how to make it only one?
I have a number of text boxes that are visible or invisible depending on the option of a combobox selected and the radio button is visible or invisible depending on whether the corresponding text box is visible.
I would like to group them together so that the focus is on all of them afterupdate and on form load on the visible ones at least.
Hopefully this makes sense.
See snapshot attached.
Now on the first selection, it takes initially 1 click to select the Radio Button, after which it takes two.
Does anyone know how to make it only one?
I have a number of text boxes that are visible or invisible depending on the option of a combobox selected and the radio button is visible or invisible depending on whether the corresponding text box is visible.
I would like to group them together so that the focus is on all of them afterupdate and on form load on the visible ones at least.
Hopefully this makes sense.
See snapshot attached.