I have tried to search the forums, but to no avail. I may just be blind or have overlooked a post, but here is my situation:
Many-to-many relationship(I think)
User Table: UserID, UserName
Group Table: GroupID, GroupName
UserGroup Table: UserID, GroupID (both referencing their respective tables)
I have a list box whose entries are retrieved from the Group Table. If User 1 belongs to groups A, B, C but not to groups D, E, F, and G I want to show groups A-G, but highlight A, B, and C as stored in the UserGroup Table. Is there a way to do this or should I do the whole dual listbox route?
Many-to-many relationship(I think)
User Table: UserID, UserName
Group Table: GroupID, GroupName
UserGroup Table: UserID, GroupID (both referencing their respective tables)
I have a list box whose entries are retrieved from the Group Table. If User 1 belongs to groups A, B, C but not to groups D, E, F, and G I want to show groups A-G, but highlight A, B, and C as stored in the UserGroup Table. Is there a way to do this or should I do the whole dual listbox route?