i using microsoft access build database , have created form uses radio buttons, combo boxes , text boxes. when form loads, set default. have 3 radio buttons , 3 corresponding combo boxes. select radio button enables combo box , can select 1 of choices listed. when check different radio button, how previous combo box selection automatically clear/reset?
in event procedure enable/disable combobox, can set value
property defaultvalue
property.
e.g.
with me.cbo1 .value = .defaultvalue .enabled = false end
Comments
Post a Comment