I'm trying to do a database for basketball that has two tables. One table is Teams and the other is Players. The Team table has a field "Team Name" and the players table has a field "This Year's Team". I'm trying to do a report based of a query. The query has five fields "Last Name", "First Name", "This Year's Team" which are from the Players table and "Conference" and "Division" from the team table. When entering criteria for lets say a conference I would like the query to list the first name, last name, conference entered, the division, and teams associated with the conference entered as the criteria. I just keep getting all blank fields when I run the query. I'm sure it's because I have no relationship between the tables and I'm not sure the best way to make one.