S
Sylvie
On my form, there is a combo box with a drop down list of customers the user
can pick. If the customer is not part of the list, there is a button to click
and it will open the customer details form where the user can enter
information about the new customer. I create the button using the wizard
since i'm not good in vba,the problem is it does not open an empty record of
the customer details form. How can i make it happen?
and how do yo make the name appear on the combo drop down list once it has
been created? I'm using Access2007.
Here is the macro:
openform, customersdetail, form,,,,Normal
In advance, Thank you very much for any help
can pick. If the customer is not part of the list, there is a button to click
and it will open the customer details form where the user can enter
information about the new customer. I create the button using the wizard
since i'm not good in vba,the problem is it does not open an empty record of
the customer details form. How can i make it happen?
and how do yo make the name appear on the combo drop down list once it has
been created? I'm using Access2007.
Here is the macro:
openform, customersdetail, form,,,,Normal
In advance, Thank you very much for any help