tables - bands

14
Tables - Bands

Upload: alida

Post on 15-Feb-2016

58 views

Category:

Documents


0 download

DESCRIPTION

Tables - Bands. Tables - Venues. Tables - Lighting. Tables - Sound. Tables - Bookings. Lookup from table BANDS Lookup from table VENUES Lookup from table LIGHTING Lookup from table SOUND. Tables – Ticket Entry. Lookup for BookingNumber - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Tables - Bands

Tables - Bands

Page 2: Tables - Bands

Tables - Venues

Page 3: Tables - Bands

Tables - Lighting

Page 4: Tables - Bands

Tables - Sound

Page 5: Tables - Bands

Tables - Bookings

Lookup from table BANDSLookup from table VENUESLookup from table LIGHTINGLookup from table SOUND

Page 6: Tables - Bands

Tables – Ticket Entry

Lookup for BookingNumber

SELECT [Bookings].[Booking Number], [Bookings].[Booking Date], [Bookings].[Band], [Bookings].[Venue] FROM Bookings;

Use the lookup wizard to select the fields above and make sure you are not hiding the first column

Page 7: Tables - Bands

FormsCreate a basic form for each table and included a Add record button at the bottom of each as shown.

Add Booking button created using the wizard and selecting RECORD OPERATION / ADD NEW RECORDS

Page 8: Tables - Bands

Forms – Main Main menu form

Buttons to open forms – Created using the wizard and FORM OPERATIONS

Button to run a report “Balance Sheet” – Created in the wizard using REPORT OPERATIONS

Page 9: Tables - Bands

Queries - Expenditure The following screenshots are all from the same query

Tables used:

Page 10: Tables - Bands

Queries - Expenditure The following screenshots are all from the same query

Query Part 1

Page 11: Tables - Bands

Queries - Expenditure The following screenshots are all from the same query

Query Part 2

Page 12: Tables - Bands

Queries - Expenditure The following screenshots are all from the same query

Query Part 3

Page 13: Tables - Bands

Queries - Expenditure The following screenshots are all from the same query

Query Part 4

Page 14: Tables - Bands

Reports – Balance Sheet Use the report wizard to produce a basic

outline then amend it as follows