Hello,
I have a form (Work Orders Home) with a record source (tblWorkOrders). This form also contains a subform (Work Order Details) with a record source (tblWorkOrderDetails).
On the top section of my form, the user selects the CustomerID from a combo box. I have various other fields containg information about the order.
My Question - I would like to populate several fields (listed below) on the form based on the CustomerID retrieved in the combo box. I would like to also store those values in their fields but if that is rather extensive I can do without since I already have the information in the Customers table.
FullName: which combines [Fname] & [Lname]
StreetAddress: which combines [Address1] & [Address2] from the customers table
ExtendedAddress: which combines [City] & [State] & [Postal]
Email
Title
etc....
I have tried various methods with combo boxes to no avail.
Any help would be greatly appreciated.
Thank you in advance!
I have a form (Work Orders Home) with a record source (tblWorkOrders). This form also contains a subform (Work Order Details) with a record source (tblWorkOrderDetails).
On the top section of my form, the user selects the CustomerID from a combo box. I have various other fields containg information about the order.
My Question - I would like to populate several fields (listed below) on the form based on the CustomerID retrieved in the combo box. I would like to also store those values in their fields but if that is rather extensive I can do without since I already have the information in the Customers table.
FullName: which combines [Fname] & [Lname]
StreetAddress: which combines [Address1] & [Address2] from the customers table
ExtendedAddress: which combines [City] & [State] & [Postal]
Title
etc....
I have tried various methods with combo boxes to no avail.
Any help would be greatly appreciated.
Thank you in advance!