M
Mark909
I wonder if anyone can give me some pointers in the right direction.
Ill trying to write a query which will form the basis of a report
Basically its cost of engineering works and how much it would cost to build
a certain type of chamber in the ground.
I have a table containg information about different chambers. Each chamber
has a Project ID. There are a number of chambers which reference to the same
Project IDs.
The costs of these will differ according to the Project ID.
There is a column called "Chamber Type". Each cell holds the record of each
of the three possible chamber types.
There is another Column called "Surface Type". Each cells holds the record
of each of the three possible surface types.
Therefore I need to build a query that says:::
If this "Project ID" is used how much will it cost to build a certain
"Chamber Type" with a certain "Surface Type"
These costs would then be updated in the query. The query would then be used
to produce a Report showing the costs.
Thanks for any help. I hope my explanation is not too confusing!
Ill trying to write a query which will form the basis of a report
Basically its cost of engineering works and how much it would cost to build
a certain type of chamber in the ground.
I have a table containg information about different chambers. Each chamber
has a Project ID. There are a number of chambers which reference to the same
Project IDs.
The costs of these will differ according to the Project ID.
There is a column called "Chamber Type". Each cell holds the record of each
of the three possible chamber types.
There is another Column called "Surface Type". Each cells holds the record
of each of the three possible surface types.
Therefore I need to build a query that says:::
If this "Project ID" is used how much will it cost to build a certain
"Chamber Type" with a certain "Surface Type"
These costs would then be updated in the query. The query would then be used
to produce a Report showing the costs.
Thanks for any help. I hope my explanation is not too confusing!