withoutwax
Technical User
I have created a junction table to link three tables. However I also have a table with a lookup field and want to relate this to the juntion table too because the member and organisation will need the ability to select several categories. I have tried reading up on this but I need it explained to me in simple terms, I'm afraid.
Tables:
tblmember:
- memberID
- name
- address
tblorganisation:
- organisationID
- organisation
- address
tblcategory:
- categoryID
- category
tbljunction:
- memberID
- organisationID
- CategoryID
tblCats
- CatsID
- Cats (lookup field from "Category" tblcategory)
thanks
Tables:
tblmember:
- memberID
- name
- address
tblorganisation:
- organisationID
- organisation
- address
tblcategory:
- categoryID
- category
tbljunction:
- memberID
- organisationID
- CategoryID
tblCats
- CatsID
- Cats (lookup field from "Category" tblcategory)
thanks