K
Karen
Hi,
I have been reading a book that talks about using a many-
to-many resolver or junction table but I just don't get
it.
I have two tables: tblProjects and tblEmployees. A Project
can have many Employees and Employees can work on many
projects. Do I need one of these tables for this scenario?
I tried it out in our database but when I do a query (just
testing this concept out), it doesn't work. If I remove
the "resolver" table, it does.
Can anyone explain (simply!) this concept to me?
Thanks in advance,
Karen
I have been reading a book that talks about using a many-
to-many resolver or junction table but I just don't get
it.
I have two tables: tblProjects and tblEmployees. A Project
can have many Employees and Employees can work on many
projects. Do I need one of these tables for this scenario?
I tried it out in our database but when I do a query (just
testing this concept out), it doesn't work. If I remove
the "resolver" table, it does.
Can anyone explain (simply!) this concept to me?
Thanks in advance,
Karen