G
Gamefewel
THis is pretty simple and don't know why it is not working.
I am building a database for a Dr who wants to keep track of lab results for
patients. I can't get just a simple query to work for more than and less
than.
I also am trying to build a query for Blood Pressurea and since it is a
fraction was putting it into 2 columns, one for Systolic and one for
Diastolic.
When I run the criteria >=150 in Systolic and <=95 both on the same criteria
line, it is giving me all records that are more than or equal to 150 OR less
than or equal to 95, not over or equal to 150 AND less than or equal to 95.
The other one I am trying to run in <=7 for less than or equal to 7 and it
either will return nothing or all.
I have also tried running it without using the = and using the higher or
lower number and it is still not working.
THanks, hope his is not too simple for you to help with.
I am building a database for a Dr who wants to keep track of lab results for
patients. I can't get just a simple query to work for more than and less
than.
I also am trying to build a query for Blood Pressurea and since it is a
fraction was putting it into 2 columns, one for Systolic and one for
Diastolic.
When I run the criteria >=150 in Systolic and <=95 both on the same criteria
line, it is giving me all records that are more than or equal to 150 OR less
than or equal to 95, not over or equal to 150 AND less than or equal to 95.
The other one I am trying to run in <=7 for less than or equal to 7 and it
either will return nothing or all.
I have also tried running it without using the = and using the higher or
lower number and it is still not working.
THanks, hope his is not too simple for you to help with.