Hello everyone
I use Lookup related table and not showing errors but no display data what i want
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