Administrator: The Reporter Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19

Create->Query Design

What Do You Know?

The Movie table stores the name of the movie, the year it was released, the rating and the genre. This data should be included in your report.

 

Try it: Create a Movie Query

Go to Create ->Query Design

Select tblMovieTitles at the Show Table

 

Add the following fields from tblMovieTitles:  Movie, Year, Rating and Genre.

 

Edit the Movie field: Sort Ascending

 

Now, run your query and look at the data.

 

Save this query for your report.

Name it: rptMovieTitleSQ