PearlGI
Registered User.
- Local time
- Today, 08:48
- Joined
- Aug 30, 2001
- Messages
- 125
Here's the situation:
I have a query that has 2 calculated fields, I then need a 3rd field which is based on a calculation of the first 2, eg.
Field3 wants to equal Field1 / Field2
This works fine until I specify a criteria on Field3. When I run the query with a criteria, Access prompts me to 'Enter Parameter Value' for Fields 1 & 2!!
I'm sure it's got something to do with how Fields 1 & 2 are referred to in Field3. Is there another way to refer to them apart from just:
Field3: [Field1] / [Field2]
And before anyone suggests it, yes I know I could just replace the references to Fields 1 & 2 with their actual calculations in Field3. But due to the size of the calculations involved I'm looking for an alternative solution.
Many Thanks.
I have a query that has 2 calculated fields, I then need a 3rd field which is based on a calculation of the first 2, eg.
Field3 wants to equal Field1 / Field2
This works fine until I specify a criteria on Field3. When I run the query with a criteria, Access prompts me to 'Enter Parameter Value' for Fields 1 & 2!!
I'm sure it's got something to do with how Fields 1 & 2 are referred to in Field3. Is there another way to refer to them apart from just:
Field3: [Field1] / [Field2]
And before anyone suggests it, yes I know I could just replace the references to Fields 1 & 2 with their actual calculations in Field3. But due to the size of the calculations involved I'm looking for an alternative solution.
Many Thanks.