That's the same version I sent, I haven't made any changes & its still not working.
But by the sound of it its a stupid glitch, so I'll try compacting the database, remaking the table and reload again or even starting from scratch with the back end. It's my problem now anyway.
Thanks again...
If you have time, please can you give me another nudge in the right direction?
I'm recreating what you uploaded in my original database. Partly to learn what you did & partly to expand on what you started.
I've made the JobContacts table & adjusted the relationships in the back end
I've got...
This was the old solution in excel... but it makes more sense to add the names dynamically so I can have x number of them
That form was built on a cascade from client down, so you could only pick contacts from that client. But that in itself causes issues as people move around between companies.
The issue is that each site has a variable no of Contacts, a variable no of Directors & and Arch & Struc Eng.
The contacts are employed by the client (but come & go across the different jobs. Big jobs often have several client contacts)
Arch & Struc Eng can turn up on any job from any client
That's the backend. I haven't created a form to Add clients yet. I was trying to get my head around how to pull the info from the Tables to do that. I can upload the front end so far if that helps.
I've created that, but in my inexperience, I still can't see how that records which Jobs a contact is allocated to.
I think I need a table with ContactID and JobID over many rows (tbl_Job is 1 row per job).