I have a table called tblCity(CityID, CityName, StateName) this table is related to a table called tblState(StateID, StateName) I have the third table called tblParticipant(ParticipantID, ParticipantName, ParticipantSex, ParticipantState, ParticipantCity) Is it possible the two related tables (tblCity & tblState) both relate to tblParticipant? I want to make the ParticipantState and ParticipantCity to look up values in from the two tables above.