P
papa jonah
I have a subform with two comboboxes. The contents of the second is
determined by what is selected in the first. I finally have this
working. The control sources for each combobox are in the same table
and the data is properly being captured in the table.
The problem is that when I scroll from one record in the primary form
to the next, the second combobox in the subform appears empty when a
value had been selected.
For example, I select fish in the first combobox, and goldfish in the
second combobox in the subform and then go to the next record (of the
main form) and select dog then husky in the two comboboxes. I then go
back to the previous record. The first combobox still displays fish,
but the second is blank. However the data is still in the underlying
table.
Is there some sort of event that I can do to tell it to display the
current values in the control source?
TIA
determined by what is selected in the first. I finally have this
working. The control sources for each combobox are in the same table
and the data is properly being captured in the table.
The problem is that when I scroll from one record in the primary form
to the next, the second combobox in the subform appears empty when a
value had been selected.
For example, I select fish in the first combobox, and goldfish in the
second combobox in the subform and then go to the next record (of the
main form) and select dog then husky in the two comboboxes. I then go
back to the previous record. The first combobox still displays fish,
but the second is blank. However the data is still in the underlying
table.
Is there some sort of event that I can do to tell it to display the
current values in the control source?
TIA