What I would like to now is to create a query that can search whether a player has a fit for position_1 OR position_2. So a list box should include all unique values of p_Position1 and p_Position2 and then based on the selection I make in the list box a straight table should show all records (players) of which the position1 or position2 = the selection in the list box.