pbuethe
Returning User
- Local time
- Today, 11:18
- Joined
- Apr 9, 2002
- Messages
- 210
My form has a subform on it containing what should be 4 identical subforms. This represents 4 columns on the corresponding paper form. The underlying query for each differs by the criteria for ColumnNo. Each of the identical subforms contains a combo box called cboEventAns. The subforms (both the form itself and the subform control) were created by creating the first one, then copying it 3 times and changing the record source, etc. appropriately. Yet of the 4 instances of cboEventAns, the original one does not work. It appears blank. When the drop-down arrow is clicked, the correct options appear, but the current value is not highlighted. If you try to select an option, #Name? appears in the combobox. I know there is a value in the field since I have a textbox which displays the description from the reference table, which is working for all 4 columns.
All the properties seem to be identical. What am I missing? Thanks for your help.
All the properties seem to be identical. What am I missing? Thanks for your help.