DATABASE

Query

Queries
 
A query's purpose is to allow you to filter out specific records for display.  Suppose you have created a database of all the students in a school.  You want to display only the students who participate in basketball and football.  That information is under the field name "Sports".  You can generate a query form that will only show the names of the students who play that specific sport.  You may choose any field for display.  If you only want the students' first name, last name, home room, and sport, you can display only those fields without displaying fields like address, parent's fame, etc.  This is how you do it: