I have a Customer's table that has customer contact information such as last name, first name, address, phone number, etc....I also have a work orders table that I am using to create a form for a work order. I am going to create a form for the customer profile (the customer contact information) and I will have the work orders for each customer linked to the customer profile. My question is, is there a way to auto-populate the customer information from the customer profile that is needed on the work order? For example, if it is a new customer, we would enter the customer's information in the Customer Profile form and then somehow from there we would go to generate a work order, now instead of retyping the name, address and phone number all over again, is there a way where if we just type in one piece of data, like the phone number, it will auto populate the name and address fields and then all we would have to do is fill in the other information that is required on the work order form? This information needs to be saved, not for display only.
Or, if it is an existing customer that we already have in the database, we would just type in their phone number (which I am using as the primary key) and it would auto populate the rest of the customer information?
Thanks in advanced for your help.