can someone help me, please?
I have 3 tables like this:
table: call
- cal_id
- cal_name
- cal_address
- cal_ass_id
...
table: assistance
- ass_id
- ass_sup_id
- ass_data
...
table: suppliers
- sup_id
- sup_name
The relations are:
- 1:1 between cal_ass_id and ass_id
- 1:n between ass_sup_id and sup_id
I created a form to view and edit all data from call and assistance tables, but have not been able to retrieve data from the suppliers table.
What kind of objects nuBuilder should I use to get, for example, the sup_name value?

If I use a select inside another select it doesn't work...

Any suggestion will be appreciated.