Here is a problem:
I have a combo box Customer_Name on Order Form; and I want it open the Customer Form when an user insert a new customer to input all data. This seems simple at first, but problems are these:
1- whenever an user opens Customer Form on a new customer, the user would have to make the input once again (at least retype the customer's name on the field).
2- since the Customer_Name and other fields are required in the table, the Order_form would not allow the user to close it unless all field are filled properly. Dilemma is you have to fill in the Customer_Name field before the table refresh all records and display it in the combo box on Order Form :banghead:
Is there any way to go around these problems? Thanks
I have a combo box Customer_Name on Order Form; and I want it open the Customer Form when an user insert a new customer to input all data. This seems simple at first, but problems are these:
1- whenever an user opens Customer Form on a new customer, the user would have to make the input once again (at least retype the customer's name on the field).
2- since the Customer_Name and other fields are required in the table, the Order_form would not allow the user to close it unless all field are filled properly. Dilemma is you have to fill in the Customer_Name field before the table refresh all records and display it in the combo box on Order Form :banghead:
Is there any way to go around these problems? Thanks