bricklebrit
Registered User.
- Local time
- Today, 21:38
- Joined
- Feb 10, 2002
- Messages
- 41
Hello,
I have an order form with a subform with order details. The orderform allows you to select the customer's name and then input all the order details in the subform.
I would like to create fields that once I select the Customer's Name, it plugs all customer's query information into corresponding field on the same main form:
My variables in the form are:
[CustomerID] (links to the order & order details)
In the Customer Query, the variables are:
[CustomerName]
[Email2]
[Address]
[Country]
[Notes]
[Sum Of PaidInFull] (this is a true/false)
[Sum Of Sampler1] (this is a true/false)
[Sum of TotalOrderCost]
[Count Of Orders]
So... onUpdate[CustomerID], I want all the corresponding Customer Query information to display on the same form -- could anybody help me out?
Thanks in advance!
P.S. Would it be best to create another subform inside the main form so onUpdate of the CustomerID I could edit the data in the same form? Any help or advance is appreciated!
I have an order form with a subform with order details. The orderform allows you to select the customer's name and then input all the order details in the subform.
I would like to create fields that once I select the Customer's Name, it plugs all customer's query information into corresponding field on the same main form:
My variables in the form are:
[CustomerID] (links to the order & order details)
In the Customer Query, the variables are:
[CustomerName]
[Email2]
[Address]
[Country]
[Notes]
[Sum Of PaidInFull] (this is a true/false)
[Sum Of Sampler1] (this is a true/false)
[Sum of TotalOrderCost]
[Count Of Orders]
So... onUpdate[CustomerID], I want all the corresponding Customer Query information to display on the same form -- could anybody help me out?
Thanks in advance!
P.S. Would it be best to create another subform inside the main form so onUpdate of the CustomerID I could edit the data in the same form? Any help or advance is appreciated!