Mr Lowe's Lessons...


Showtime Database Instructions - Handling Data

Setting up a Query that Chooses Fields from More than one Table

Having a relationship between tables allows you to set up a QUERY that will show fields from MORE THAN ONE TABLE

You can then use QUERIES to SEARCH and SORT records in your database.

Your next task is to set up a QUERY that will show the following fields from different tables:

All the Fields from the table "tblcustomers"

AND

All the Fields from the table "tblvideos"

AND

All the Fields from the table "tblbookings"


HOW TO DO IT


The query will come up on to the screen in Design View. You can just close this query down now.

We will now make a booking form that links to this Query and then modify the form to make it easier to use...

See the next lesson to find out how...



BACK TO MAIN PAGE