Hi,
Would appreciate some help with the below as I can't quite seem to find what I am looking for, new to D365 as well which doesn't help.
I have the following tables
Courses - dates when training courses are run
Subjects - Various subject which are taught on the courses
Contacts - this is used for people attending the courses and also the tutors, with a field of contact type - customer or tutor
Course Subject Tutors - a table which links the tutors to subjects
When creating a course, the subject is selected, then there is presently a lookup field to contacts which is just a lookup field from the Contacts table filtered to contact type = tutors.
What I'm trying to do is make the tutor lookup on the form only show those tutors (contacts) which are in the Course Subject Tutors table, for the subject is is selected (lookup) for the course that I have open. Hope that makes sense.
The link between Courses and Course Subject Tutors, would be the Subject which is in both tables, but I'm not sure how to specify a relationship on that particular field in the table, or if that's even the right thing to do?
Any help would be greatly apprecaited.