You are on page 1of 1

Exercise: ACCESS Queries

Create New Table via a Query


Export the data of following fields into a new table.
[Point-ID],

ID,

Location,

North,

East

Employee Name

COD,

DO

East,

Width,

With only 1 record per Point-ID

Query with a Parameter


( if the condition of [Point-ID] is met)
Display the following fields for the parameter [Date(Time)]
[Date(Time)],

temperature,

BOD5,

PH,

Query with condition:


Show the following data during the period:
From

3/1/1981 to 5/30/1981

[Point-ID],

[Date(Time)],

North,

Discharge

Query with statistical calculation:


Calculate the Average Discharge during the period:
3/1/1981 to 5/30/1981.
Display following fields :
[Point-ID],

North,

East,

Width

mean discharge

Simple Query on Joined Tables


Display the following fields:
[Point-ID],

ID,

Date(Time),

Velocity,

Temperature,
COD,

North,

PH,

BOD5,

Location,
East

Observers Name

You might also like