I got 3 tables:
As you can see on table Lectures i started matching Lectures with Trainings one-by-one. But the list is very long.
Do you have any idea how to match Lecturers with trainings on one table?
I got 3 tables:
As you can see on table Lectures i started matching Lectures with Trainings one-by-one. But the list is very long.
Do you have any idea how to match Lecturers with trainings on one table?
I'm taking a guess as to what kind of structure you want. You have tables of Lectures and Trainings, and you've linked them, but now you want a list of all unique Lecture + Training combinations, correct?
I would recommend that you instead link Lectures and Trainings in the Lecture + Training table, instead of to each other. That way the Lecture + Training table is essentially "free".
As an aside, there are some tweaks you can make to your existing tables to make them more user-friendly:
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.