Hi all,
I have a edit form which inlcudes an option group (say, 1-5 options). Let us assume a user has looked at a particular record and selected option "1" (or the first radio button), then saved the record.
When they choose an option, a value is stored (say, when they chose the 1st radio button, it assigned the value "1" to some field).
Now, when they later view the record, I want the form to display which option they previously chose. This is to mean I want the first radio button to be 'selected' upon form load. So what I have is a CASE statement looking at which value is stored (say, 1-5) to determine which option to show as being selected.
The problem for me is what property or control do I modify on form load to make the radio button look 'selected', or filled in?
Thanks for the help,
MitchJP
I have a edit form which inlcudes an option group (say, 1-5 options). Let us assume a user has looked at a particular record and selected option "1" (or the first radio button), then saved the record.
When they choose an option, a value is stored (say, when they chose the 1st radio button, it assigned the value "1" to some field).
Now, when they later view the record, I want the form to display which option they previously chose. This is to mean I want the first radio button to be 'selected' upon form load. So what I have is a CASE statement looking at which value is stored (say, 1-5) to determine which option to show as being selected.
The problem for me is what property or control do I modify on form load to make the radio button look 'selected', or filled in?
Thanks for the help,
MitchJP