Good morning
I need to find one value into 2 different table
Could you check what is it wrong?. Many thanks
UpdateContext({ varExist: 0 });;
If(!IsBlank(LookUp(db_table1 ; field1= lblvalue.Text)) ; UpdateContext({varExist: 1 }) ;
If(!IsBlank(LookUp(db_table1; field1 = lblvalue.Text)) ; UpdateContext({varExist: 2})))
Hi @Giorgio67 ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @Giorgio67 ,
You are looking up the same table twice - should the second one be Table2?
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.