Hi all! Odd problem here, I assume I'm missing something obvious.
I have a combo box that seems like it should be straightforward: just a gender choice combo box. The row source is pulled from a tblGender table, and I want the selection to control a field in a different table (in this case tblconsumers). The rows populate correctly, but the combo box will not let me actually make a selection. I've checked to make sure that the control source is labeled correctly, and it is; I have rebuilt the combo box as well to see if there was just some setting wrong, and the new combo boxes present with the same symptom -- rows populate correctly (Male/Female/Unspecified), but I am unable to actually make a selection to populate the control source.
Any ideas what could cause this? Thanks in advance!