Access: Investigations Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23

Raymond Chandler, creator of Philip Marlowe

Create ->Query Design -> Show Table

A New Query for the List Form

The trick is to filter the list of movies in a subform to show only the Genre that matches the one selected with the Combo. You need to create a List Form, as well as the record source for that List Form.

 

The Movie table has some of the information. You also need data from tblGenre and tblRating. These are the steps to create a query to combine them together.

 

Try it: Create a Query for the Subform

Go to new Query in Design View.

Add tblMovieTitles, tblGenre, and tblRating at the Show Table Window.

 

Create a Join from:

tblMovieTitles.Rating to tblRating.Rating

tblMovieTitles.Genre to tblGenre.Genre