0% found this document useful (0 votes)
33 views1 page

Exercise: ACCESS Queries: Create New Table Via A Query

The document outlines several queries to run on an ACCESS database: 1) A query to export selected fields into a new table with only 1 record per point ID; 2) A query that displays selected fields for a parameter date if a point ID condition is met; 3) A query that shows selected data during a specified date range with point ID and date; 4) A query that calculates the average discharge during a date range displaying point ID, location and average discharge.

Uploaded by

Waqas Ahmed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views1 page

Exercise: ACCESS Queries: Create New Table Via A Query

The document outlines several queries to run on an ACCESS database: 1) A query to export selected fields into a new table with only 1 record per point ID; 2) A query that displays selected fields for a parameter date if a point ID condition is met; 3) A query that shows selected data during a specified date range with point ID and date; 4) A query that calculates the average discharge during a date range displaying point ID, location and average discharge.

Uploaded by

Waqas Ahmed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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