Hi
Need an elegant solution which probably everyone but me knows!
With my combo boxes I limit to list so as to control content. In some cases there is a genuine need to add new content so I put a button alongside and allow entry of new content. This allows me to log and validate the data before it is entered. When you close the entry form you are back at the combo.
However, unless you press F9 you don't see what you have just entered.
I am happy to press F9 but clients are not, so how do I refresh or requery the combo's supporting query to show the new entry using VBA?
I did wonder whether using the form's OnCurrent event might help but suspect this will requery the form's supporting query rather than the combo's supporting query.
Would be most appreciative of any assistance
Thanks
Need an elegant solution which probably everyone but me knows!
With my combo boxes I limit to list so as to control content. In some cases there is a genuine need to add new content so I put a button alongside and allow entry of new content. This allows me to log and validate the data before it is entered. When you close the entry form you are back at the combo.
However, unless you press F9 you don't see what you have just entered.
I am happy to press F9 but clients are not, so how do I refresh or requery the combo's supporting query to show the new entry using VBA?
I did wonder whether using the form's OnCurrent event might help but suspect this will requery the form's supporting query rather than the combo's supporting query.
Would be most appreciative of any assistance
Thanks