CharlesWhiteman
Registered User.
- Local time
- Today, 23:16
- Joined
- Feb 26, 2007
- Messages
- 421
Hi All, Here is a head scratcher.
In by Db I am designing in some workflow. So I will enable users to create a task. A task can be either for a user or for a group. Users are also part of groups so in other words a task could be created for one person or for a group of people.
My structure is as follows:
TblUsers = TblUsers.UserID, TblUsers.UserName
TblGroups = TblUsersGroups.GroupID, TblUsersGroups.GroupTitle
Then (because many users can beloong to many groups I then have
TblUsersGroupsLink = TblUsersGroupsLink.LinkID, TblUsers.UserID, TblUsersGroups.GroupID
Now heres the question. I want to have a combo box where there is one column shown containing the names of users and the names of groups and I am struggling on how to build that query.
Many thanks in advance of your advice/thoughts.
In by Db I am designing in some workflow. So I will enable users to create a task. A task can be either for a user or for a group. Users are also part of groups so in other words a task could be created for one person or for a group of people.
My structure is as follows:
TblUsers = TblUsers.UserID, TblUsers.UserName
TblGroups = TblUsersGroups.GroupID, TblUsersGroups.GroupTitle
Then (because many users can beloong to many groups I then have
TblUsersGroupsLink = TblUsersGroupsLink.LinkID, TblUsers.UserID, TblUsersGroups.GroupID
Now heres the question. I want to have a combo box where there is one column shown containing the names of users and the names of groups and I am struggling on how to build that query.
Many thanks in advance of your advice/thoughts.