How to list entries associated to an item?

How to list entries associated to an item?

Hi,

I have 2 tables:
  • COMPANIES
    • Company
    • Category
    • Ranking
    • Notes
  • JOBS
    • Title
    • Company
    • Category
    • Ranking
    • Notes
.
In the companies form, I want to list all the jobs associated to this company and be able to click on these jobs to view/edit them

To get this, I have tried to use:
  • a Lookup field: You can see it, it is named 'Jobs'. It does list all the jobs from this company, but is not a list of jobs with the possibility to click on it to edit/view
  • a subform: I could not manage it work, I am a newbie.


Any help would be greatly appreciated.
Chris