Guest_imported
New member
- Jan 1, 1970
- 0
I have four fields: Site, Date, Parameter Code, Reading.
I have the following criteria listed under Parameter Code, and Reading so that I can get the information I need:
Parameter Code | Reading
-----------------------------------------------------------------------------------------------
[Forms]![Generate Report]![Parameter Code] = "ARS" | >0.05
[Forms]![Generate Report]![Parameter Code] = "CAD" | >0.002 And <0.02
| Or >0.02
[Forms]![Generate Report]![Parameter Code] = "CHL" | >5
And so on...
However, it's not just putting up the list of those details when the Parameter Code is "ARS", it's listing them all, because it is [Forms]![Generate Report]![Parameter Code] = "ARS" OR [Forms]![Generate Report]![Parameter Code] = "CAD", I think that I need to use XOR, but that then outputs nothing. Please tell me how i can change it so that it outputs either the "ARS" details when the reading >0.05 OR the "CAD" details when the reading is >0.002 and <0.02 or >0.02
Thankyou for your time, and a prompt response would be helpful
I have the following criteria listed under Parameter Code, and Reading so that I can get the information I need:
Parameter Code | Reading
-----------------------------------------------------------------------------------------------
[Forms]![Generate Report]![Parameter Code] = "ARS" | >0.05
[Forms]![Generate Report]![Parameter Code] = "CAD" | >0.002 And <0.02
| Or >0.02
[Forms]![Generate Report]![Parameter Code] = "CHL" | >5
And so on...
However, it's not just putting up the list of those details when the Parameter Code is "ARS", it's listing them all, because it is [Forms]![Generate Report]![Parameter Code] = "ARS" OR [Forms]![Generate Report]![Parameter Code] = "CAD", I think that I need to use XOR, but that then outputs nothing. Please tell me how i can change it so that it outputs either the "ARS" details when the reading >0.05 OR the "CAD" details when the reading is >0.002 and <0.02 or >0.02
Thankyou for your time, and a prompt response would be helpful