Hi,
How do I update a group of radio buttons based on a selection in a combo box.
My code doesn't work. Please give advice.
Me.option_group.ControlSource = "SELECT OGValue FROM MyTable" & _
" WHERE MyTable.ComboBoxValue = '" & Me.ComboBoxValue & "';"
Your help is much appreciated!
xuanb
How do I update a group of radio buttons based on a selection in a combo box.
My code doesn't work. Please give advice.
Me.option_group.ControlSource = "SELECT OGValue FROM MyTable" & _
" WHERE MyTable.ComboBoxValue = '" & Me.ComboBoxValue & "';"
Your help is much appreciated!
xuanb