Hi,
I am trying to do this:
My Tables:
Order_Table
- Telephone Number
- Name
- Order ID
Customer_Table
- Telephone Number
- Name
I have a form that captures user parameters based on Order_Table:
ID: Auto_ID
Tel: __
Name: __
When user complete entering telephone, the Name filed will be displayed with the customer name from Customer_Table if succesful match of telephone_number found from Customer_Table.
If found, it will be displayed, user click save and data updated to Order_Table.
If not found, user can enter a new name on the Name field and after click save,
the Order data is saved and the new name and telephone will be also saved to the Customer Table
Note both name and telephone fields on the form are text field and cannot be a drop down list,
as it needs to be able to take new values.
Any idea how to do this effectively would be much appreciated.
Rgds
Dex