Populate a field based on another table result?

Hello,

How do you populate a field based on another table result?

In Table1 I have my customer details.

In Table2 I have Installation details with the following โ€“ "Is the installation address the same as the customerโ€™s address? โ€“ when the answer is โ€œNoโ€, an installation address is added.

When creating an โ€˜orderโ€™ (Table3) I can pull in my customer details (from Table1), but Iโ€™m having trouble adding the corresponding installation address (from Table2).

Iโ€™ve come at this from a variety of ways, but Iโ€™ve not been very successful. Any help is greatly appreciated โ€“ as always

0 4 270
  • UX
4 REPLIES 4

Hi @Lee_Yanez,
Can you tell us how youโ€™re already pulling in the customer details from Table 1, and in particular when that gets triggered?
Do you want to update Table 3 with the installation address from Table 2 at the same time?

Hi Arthur,

Thank you for your reply.

โ€˜Refโ€™ Type - Table3 references Table1 - The input of the customer reference number (Ref) in Table3 automatically completes the rest of the customer records Name - address - phone etc etc.

Iโ€™d like the installation address from Table2 to autofill at the same point. All details autofill on entry of customer reference.

Hope that makes sense.

BTW Table2 also holds columns that relate to Table1, such as Customer ID UNIQUEID(), Customer reference and name.

Itโ€™s ok, Iโ€™ve found a solution.

Top Labels in this Space