Hi, im trying to populate a combo box with some data and its kind of hard to explain. basically i have 3 tables, Shows, Members, Userinfo... in shows i have a presentor and i want the lookup to display the name of the presenter from the userinfo, that easy enough but i need it to only select users who are members. due to the nature of the database its pretty poorly designed but its the best i could do with what i have.
Below is the table relationship, i want the presenter combo box to display the Names of the members in the member numbers table.. reason i cant link it directly to the user table is because not all of them are members/presentors.
Shows Table MemberNumbersTable UserInfoTable
Presenter ID -------> MemberNumber
FKUserID ----------------> UserID
FirstName
LastName
Any help on this would be muchly appreciated.