hello!
going round in circles with a join tables query!
tables;
noticeAssoc
fields: contentID, userIDB
// joins to
content
// using contentID
users
// using userIDB
what would be the best way to join these. There will be a corresponding entry in all 3 table per entry.
any hints welcome!