I have a table with employees
I have a table with courses
I have a table with course attendance
I have a table with training days
I have a table with skills
Courses have linked Skills
Course Attendance has linked Courses & linked Employees (who attended)
I can use Lookup to show Skills next to Course Attendance
Training Days have linked Skills & linked Employees (who attended, lets call this LE1)
I can list Linked Skills next to Employee using a Lookup for Training and a Lookup for Course Attendance.
I’ve got this working up to this point using “Link to another record” type fields.
Training Days and Courses expire after a period of time (no longer competent).
I want the Employee to show only linked Skills from Courses and Training that haven’t expired. I can do this using “Link to another record” type fields with “Limit record selection to a view” and limiting the view to records that haven’t expired.
PROBLEM: using “Limit record selection to a view” on “Link to another record” type fields adds an extra field of linked Employees (LE2) to each one - which I don’t want because it could get out of sync with LE1.
My head is battered. Any assistance would be greatly appreciated.