I searched these forums but I did not see anything that was helpful in the matter, so if there is a thread like this please direct me to it and disregard this.
I have a combo box that houses the names of dealerships, this is bound to a table.
A user does have the ability to add a new dealership at all times to the combobox by simply typing it in.
The problem, the only way the new dealership appears in the list is if you close the form and reopen (which makes sense)
What I need to do is dynamically update this list so that anytime there is a new dealership it will automatically show up in the drop-down list.
Would a union query be the best way to go about this?
I have a combo box that houses the names of dealerships, this is bound to a table.
A user does have the ability to add a new dealership at all times to the combobox by simply typing it in.
The problem, the only way the new dealership appears in the list is if you close the form and reopen (which makes sense)
What I need to do is dynamically update this list so that anytime there is a new dealership it will automatically show up in the drop-down list.
Would a union query be the best way to go about this?