CrystalBox
IS-IT--Management
Hello Tek-Tip experts. I have an ACCESS database and use Crystal 11; I'm using this formula to quiry records that have a "null value" under the "Classification" field. I'm using this formula to accomplish that:
({EXP_INTAKE.INTAKE_NUMBER} >= "10-001") and isNull({EXP_CLASSIFICATION.CLASSIFICATION}) or {EXP_CLASSIFICATION.CLASSIFICATION}=''
The formula worked fine until I got a record that mystified me. The formula returned a record with data in the field that was supposed to be blank (null). The record looked something like this:
Intake number Classification Date
10-001 A 11/01/2010
B 11/10/2010
(blank) (blank)
I looked into the database records and noticed that someone had inadvertently place a blank space probably by hitting the return key (example above). Apparently my formula is acting on that blank row.
I know that a a quick remedy would be to delete the blank row, but since I'm just a user and not the manager of the database, I would have to go through some red tape to do so. Is there some way I could modify my quiry to resolve this issue?
Thank you
({EXP_INTAKE.INTAKE_NUMBER} >= "10-001") and isNull({EXP_CLASSIFICATION.CLASSIFICATION}) or {EXP_CLASSIFICATION.CLASSIFICATION}=''
The formula worked fine until I got a record that mystified me. The formula returned a record with data in the field that was supposed to be blank (null). The record looked something like this:
Intake number Classification Date
10-001 A 11/01/2010
B 11/10/2010
(blank) (blank)
I looked into the database records and noticed that someone had inadvertently place a blank space probably by hitting the return key (example above). Apparently my formula is acting on that blank row.
I know that a a quick remedy would be to delete the blank row, but since I'm just a user and not the manager of the database, I would have to go through some red tape to do so. Is there some way I could modify my quiry to resolve this issue?
Thank you