I am very new to Access. I have very familiar with MySQL and PHP. I am trying to build a db that has a MemberT table, a WineT table and a MemberWineT table. Each member is to be assigned wine(s) from the WineT when the Member is entered via a form. The WineT has a wine "class" which is "Red" or "White" and the "type" like "Rich & Creamy". To connect the member to their wine the MemberWineT stores the MemberID with the WineID, at least that is the plan. I can't quite figure it out how to create a form that allows me to enter the member info and their wine choices. I have relationships setup where the MemberT's MemberID is linked to the MemberWineT MemberID and the WinesT is linked to the MemberWineT WineID. I have queries to list only the wines in red class and another to list only white wine class.