Hello Everyone,
This is my first posting and I need help. I think there is probably a simple explanation for my problem. Here goes...
I am making a database for an entertainment agency. I have 4 main tables ( Customers, Talent, Talent_lines, Jobs)
Relationships :
Customers > jobs (1 to Many)
Jobs > Talent_lines (1 to Many) this is a join table as a single job can use many artists.
Talent > Talent_lines (1 to many)
The Problem.
Most things are going well..
I have a portal in Jobs (form layout) showing the talent that is booked for the job.
I am trying to print a contract for each artist(talent). When I originally set up the database I only had it working with one 1 artist per job and I was able to go to a layout of the contract and fill in all the details from the jobs and related tables.
After adding the join table I can only manage to get it to fill out a contact for the first row of the portal.
I would love to be able to put a button on each portal row and then go to a print contract layout form each record in the portal.
After 2 days of trying things I'm stuck and hence need your help.
I hope this email makes sense, if you need more info just let me know
Cheers Patrick