Scenario:
I have 3 fields in table 1: ID, name, phone Num
In table 2 i have Id and Name.
I have created relation between tables
Requirement: When i select id in table 2 i should get name of that person in name field.
How to achieve this ??
can we achieve this using display method?
*This post is locked for comments