example: i have 3 table
Order (table 1) that including Customer (lookup from Account (Table 2)
and Invoice (table 3) that Lookup from Order (Table1) (Order No Column)
in invoice form i want related table for customer: 'Account Name'
i use this formula
LookUp('Order', Customer.'Account Name' = Gallery3.Selected.'Order No'.'Order No', Customer).'Account Name'
It is No error but still no showing data in Customer field
Can i get help whit this formula
Hi
thanks for your interest
yes that what I was looking
‘order no’ it’s the lookup key
but it’s working with
lookup(Orders, ‘Order No’ =
Gallery3.Selected.'Order No'.'Order No', Customer).'Account Name'
try this
LookUp(Orders, 'Order No' = Gallery3.Selected.'Order No', Customer).'Account Name'
WarrenBelz
146,537
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,908
Most Valuable Professional