G
Guest
I have a ProjectEntryForm for entering new projects. One of the fields is
CustomerName, which is a drop down combo box based on records in the
CustomerTable, so the user can select an existing customer. If it is not in
the list, I have a "New Customer" button that opens up a form where you can
enter the cutomer name, address, etc. That form then gets closed when all
info is complete. If you then click on the CustomerName drop down, the new
customer still does not appear in the list. If you close and reopen the
ProjectEntryForm, then the new customer appears as part of that drop down.
How can I get the new customer to appear without closing and reopening the
ProjectEntryForm.
Any suggestions are appreciated!
CustomerName, which is a drop down combo box based on records in the
CustomerTable, so the user can select an existing customer. If it is not in
the list, I have a "New Customer" button that opens up a form where you can
enter the cutomer name, address, etc. That form then gets closed when all
info is complete. If you then click on the CustomerName drop down, the new
customer still does not appear in the list. If you close and reopen the
ProjectEntryForm, then the new customer appears as part of that drop down.
How can I get the new customer to appear without closing and reopening the
ProjectEntryForm.
Any suggestions are appreciated!