How to join a table to detailed form view

you'll probably need to create a employee_project table

id
employee_id
project_id

then join the employee table to the employee_project table and then to the project table.

If you just wanted to list the project name you could get away without joining to the project table and instead make the employee_project project_id column into a database join element.
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top