Ascentient
IS-IT--Management
- Nov 4, 2002
- 267
I have a main form (frm_main) with a combo box (cbo1) and a command button (cmdSearch). The cmd button launches a form that allows the user to search a query for a customer. When the customer is selected and the form closes it updates the cbo1's value.
What I want to happen is the main form cbo1 box after update event to trigger or be called, so that frm_main updates with that customers informtion.
The issue arises that when I open the search form, the go continues on to the next statement on the main form which tells me that I cannot run the after_update event of cbo1.
I think I have written this clearly but if not please let me know and I will provide more information.
What I want to happen is the main form cbo1 box after update event to trigger or be called, so that frm_main updates with that customers informtion.
The issue arises that when I open the search form, the go continues on to the next statement on the main form which tells me that I cannot run the after_update event of cbo1.
I think I have written this clearly but if not please let me know and I will provide more information.