Hello,
how do I get the new value just entered into a combobox control ('ucbo_System', linked to a table field) show up after the control has been updated but without record change in the dropdown list?
I tried the requery method in the controls after_update event, but it doesn't work, neither does the ucbo_System.Rowsource = "....." in the appropriate event of another control.
I have checked with another control that the value is accepted by the table.
When I go to the next record then the value is included into the dropdown list.
I thought it would be no problem...
Thanks, georgp
how do I get the new value just entered into a combobox control ('ucbo_System', linked to a table field) show up after the control has been updated but without record change in the dropdown list?
I tried the requery method in the controls after_update event, but it doesn't work, neither does the ucbo_System.Rowsource = "....." in the appropriate event of another control.
I have checked with another control that the value is accepted by the table.
When I go to the next record then the value is included into the dropdown list.
I thought it would be no problem...
Thanks, georgp