Hi happy programmers,
I wonder how can I update a combo box that has a query attached that it is link to its on field.
For example,
I have a combo box that looks for entries in the same field that is attach to it.
The purpose is to allow the user to enter categories using the combo box and also use the autocomplete properties of a combo box.
The problem; I can't get the combo box to reuquery and include the latest entry. To make the combo box add up the latest entry so it will show up in the combo box, I have to close and open the form, not very elegant.
Any ideas,
thanks in advance,
V.
I wonder how can I update a combo box that has a query attached that it is link to its on field.
For example,
I have a combo box that looks for entries in the same field that is attach to it.
The purpose is to allow the user to enter categories using the combo box and also use the autocomplete properties of a combo box.
The problem; I can't get the combo box to reuquery and include the latest entry. To make the combo box add up the latest entry so it will show up in the combo box, I have to close and open the form, not very elegant.
Any ideas,
thanks in advance,
V.