You need to use what you just learned, and maybe learn a little more. Complete all parts of the following exercises. Don't forget to backup your Class disk when you have completed the exercises or whenever you stop for the day and saved a document along the way.
What you will do: | Create a new blank desktop database Create tables manually Enter data Use the Lookup wizard (2007) Print Relationships Report Use AutoForm Modify form in Design View Create a query that sorts Use Report Wizard Modify report in Design View ![]() Print all pages of report |
Start with: Access open
The City Theater needs a database to keep track of their productions over the years.
Table name = Production Types
Fields:
ProductionTypeID | ProductionType |
---|---|
1 | play |
2 | musical |
3 | concert |
4 | reading |
5 | dance |
6 | pageant |
7 | other |
Table name = Seasons
Fields:
SeasonID | Season |
---|---|
1 | Winter |
2 | Spring |
3 | Summer |
4 | Fall |
5 | Christmas |
Table name: Venues
Fields:
A check mark in a Yes/No field means Yes, or True. You can click the box or TAB into that field and press the space bar to check the box.
VenueID | Venue | External |
---|---|---|
1 | Main Theater | No |
2 | Little Theater | No |
3 | School | Yes |
4 | City Park | Yes |
5 | Palace Theater | Yes |
6 | Amphitheater | Yes |
7 | Fair grounds | Yes |
8 | Other | Yes |
Table Name = Productions
Fields:
For fields that have a Lookup list, be sure to select from the list when entering records.
ProductionID | ProductionName | Director/Conductor | ProductionType | Author | SeasonID | Year | VenueID | Notes |
---|---|---|---|---|---|---|---|---|
1 | My Fair Lady | Peter Fellows | musical | Alan Jay Lerner | Winter | 2005 | Main Theater | |
2 | Romeo & Juliet | Jared Mason | play | William Shakespeare | Spring | 2004 | Little Theater | |
3 | West Side Story | Peter Fellows | musical | Leonard Bernstein, Stephen Sondheim | Winter | 2004 | Main Theater | |
4 | Cats | Peter Fellows | musical | TS Eliot, Andrew Lloyd Webber | Christmas | 2004 | Main Theater | |
ProductionID | ProductionName | Director/Conductor | ProductionType | Author | SeasonID | Year | VenueID | Notes |
---|---|---|---|---|---|---|---|---|
5 | London Philharmonic Orchestra | Manuel Sanchez | concert | |
Fall | 2004 | Main Theater | guest conductor - Manuel Sanchez |
6 | Balshoi Ballet | Yuri Popov | dance | |
Christmas | 2005 | Little Theater | only 1 performance |
7 | Thai Dancers | Kaem Manuwaluilou | dance | |
Spring | 2005 | Palace Theater | 3 performances for Cancer Fund |
Add to record #3, West Side Story, the following text in the Notes
field:
Excellent reviews in local paper. National press
commented favorably on the innovative staging and costuming. Sold out
for 99% of performances. Special performances as fund-raisers for local
rescue squad and Heart Association at $200 per ticket also sold out.
Do not resize the Notes field this time even though the whole note does not show.
Print the form for record #3 only.
You cannot print selected records from Print Preview!
Filter Method: Filter to show only the record you want and then
view in Print Preview as usual.
Alternate method: Select the record by clicking its record selector bar at the left in the form. Then open the Print dialog (NOT from Print Preview). Click on the radio button in the Print dialog for
Selected Record(s).
Print all of the report's pages.
(You may have a different number of
pages, if you
rearranged the fields.)
The Report Wizard produces somewhat different layout and formatting in different versions of Access. The illustrations show reports with all fields aligned to the left. The version from Access 2013 also has all borders set to Transparent in the Property Sheet.
Print Preview of report
Print the report's 2 pages.
Print Preview of report in two columns