T
Tom
I am using access 2007. I have a combo box named cbo_supplier on a form named
frminvoice. I have created a maco named mcr_add_supplier that opens the
frmsuppler in add mode. I tied the macro to a dbl click event for the
cbo_supplier field in my frminvoice. In 2003 it was easy to go to the
ongotfocus event and get any new suppliers to instantly be available in the
combo box once I had added them. I used the event procedure in the
ongotfocus event for that cbo_supplier. I merely wrote
me.cbo_supplier.requery and it worked like a charm. In 2007 I can' t get the
combo box to refresh the list once I have added a new supplier. I have to
close the form and reopen it before the new supplier appears. Can anyone tell
me what has changed in 2007 and what I can do to accomplish the same thing.
Please email:[email protected]
Thanks
frminvoice. I have created a maco named mcr_add_supplier that opens the
frmsuppler in add mode. I tied the macro to a dbl click event for the
cbo_supplier field in my frminvoice. In 2003 it was easy to go to the
ongotfocus event and get any new suppliers to instantly be available in the
combo box once I had added them. I used the event procedure in the
ongotfocus event for that cbo_supplier. I merely wrote
me.cbo_supplier.requery and it worked like a charm. In 2007 I can' t get the
combo box to refresh the list once I have added a new supplier. I have to
close the form and reopen it before the new supplier appears. Can anyone tell
me what has changed in 2007 and what I can do to accomplish the same thing.
Please email:[email protected]
Thanks