I am developing a Customers/Orders database for a client.
Some of the customers will be companies with a contact name. Some will be individual customers.
So---in the Customers table I have a field for Company, Contact, and Customer.
In the Orders table, Company, Contact and Customer is looked up from a query based on the Customer ID.
I have an Order form created for the orders to be input into.
What I need is when the Company is input for it to automatically post the contact name in the Contact field. The Company field is a drop-down for the person entering to choose from, as is the Customer field.
How can I get the Order form to automatically post the Contact based on the Company?
Thanks for your help!
Some of the customers will be companies with a contact name. Some will be individual customers.
So---in the Customers table I have a field for Company, Contact, and Customer.
In the Orders table, Company, Contact and Customer is looked up from a query based on the Customer ID.
I have an Order form created for the orders to be input into.
What I need is when the Company is input for it to automatically post the contact name in the Contact field. The Company field is a drop-down for the person entering to choose from, as is the Customer field.
How can I get the Order form to automatically post the Contact based on the Company?
Thanks for your help!