Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - marco82

2
Questions / Display related record
Hello,
I have two tables: People and Roles

People has these fields:
ID
Name
Surname
Fk_role

Roles
ID
Role description

In the list and in the view page of People I want to show, instead of the foreign key number, the description of the role, I do not need a link to other table.
Is it possible? How?

Thanks a lot,
Marco