Strange Behavior when Adding Combobox

R

rpboll

Access 2003 form: I have two radio buttons that when selected select
different data sources. I added the ComboBox to find the selected
value. The syntax of the combobox works for both data sources when the
form opens up.

When I open the form I can click the radio buttons to change data
sources with no problem, but after using the Combobox (on either
source) just once, it locks it to that source and I am unable to click
on the other data source. Any ideas on how to correct the problem?

Thanks for any suggestions,
RBollinger
 
K

Klatuu

What happens when you try to click on the other source?
Are you getting an error? If so, what is it?
Post the code behind the buttons that is attempting to change the source.
 
Top