I have two forms frmworkshop and frmcustomers
In form frmworkshop between others I have combo box control with customers.
Also in form frmworkshop I have one command button with name "new customers".
When I click on command button I open form frmcustomer and then I write
new customers. After close frmcustomers in combo box control of frmworkshop
I see new customers record and it is ok. But,if I want a write new customer
again after close frmcustomers I can't see new customer record.
How can I write code who will refresh combo box control on frmworkshop.
In form frmworkshop between others I have combo box control with customers.
Also in form frmworkshop I have one command button with name "new customers".
When I click on command button I open form frmcustomer and then I write
new customers. After close frmcustomers in combo box control of frmworkshop
I see new customers record and it is ok. But,if I want a write new customer
again after close frmcustomers I can't see new customer record.
How can I write code who will refresh combo box control on frmworkshop.
Comment