D
Dermot
I want to create a database that uses calculated fields.
The results would be printed in a report
The calculations are basic as follows:
Calculation 1.........(X/Y) *Z
X is a variable and each client has many
Y is the sum of a number of items a client has this varies also.
Z is a calculated value.....the (A-B)
A is the sum of a range of values
B is a variable value
Question 1
What tables do I need to create to use calculated fields.
Question 2
Do I need to use separate table for all my numeric data?
Question 3
I read that I have to use a query to work with calculated fields
How would I do this using my above calculations?
Question 4
Would anyone be able to provide me with a simple database example to
demonstrate how I should approch my above calculations.
Many thanks in advance for any help possible.
Dermot
The results would be printed in a report
The calculations are basic as follows:
Calculation 1.........(X/Y) *Z
X is a variable and each client has many
Y is the sum of a number of items a client has this varies also.
Z is a calculated value.....the (A-B)
A is the sum of a range of values
B is a variable value
Question 1
What tables do I need to create to use calculated fields.
Question 2
Do I need to use separate table for all my numeric data?
Question 3
I read that I have to use a query to work with calculated fields
How would I do this using my above calculations?
Question 4
Would anyone be able to provide me with a simple database example to
demonstrate how I should approch my above calculations.
Many thanks in advance for any help possible.
Dermot