Hi,
I have two tables and have connected both the tables to my application.
Table 1: Datasheet
Table 2: People
As you see in the image attached, I want to display the names from People table based on the ids from Datasheet table using Lookup.
The relation for the same is People Id in Datasheet is the foreign key and People Id in People table is the primary key.
Thanks in advance