G
Guest
I have a form whose controls gathers values from various sources (some table
data, some user-entered data) and then writes the provided values to a table
record.
There is a list control on the form that is currently populated by a lookup
table. Is there any way I can filter this list of values according to the
value of a radio button set on the same form. In other words, if the user
selects Teacher as the radio button value for the withdrawal initiate, the
withdraw reason list control would include items 1, 4, and 5 from the lookup
table. If the user selected the Student button in the radio control set, the
reson list would include all the lookup table values.
I hope this makes sense!
Thank you in advance for any advice.
data, some user-entered data) and then writes the provided values to a table
record.
There is a list control on the form that is currently populated by a lookup
table. Is there any way I can filter this list of values according to the
value of a radio button set on the same form. In other words, if the user
selects Teacher as the radio button value for the withdrawal initiate, the
withdraw reason list control would include items 1, 4, and 5 from the lookup
table. If the user selected the Student button in the radio control set, the
reson list would include all the lookup table values.
I hope this makes sense!
Thank you in advance for any advice.