I have a down list combo box for selecting entries on a form - this is driven by a query which looks at all the existing values in that field. I have set the control up so that options can be selected from the combo list OR a new value typed into the box.
What command do I use on the control event (probably ON Exit) in order to refresh the query so that new options are added to the list (at the moment I need to close and reopen the form for the newly typed options to appear in the combo list)?
Cheers,
Tim.