DesertTrip
Technical User
I have a query that includes an field of multiple choice/optional entries (from a look-up table). Let's say (for example) that this particular field is "TypeOfPets".
I need to make a Report that will use ONLY the records that have information entered in "TypeOfPets". If the user did not make an entry in that field, I do not want any portion of the record included in the report.
At this time, my reports keep including blank data and including blank records in the detailed sumamry count of records.
Example of how it is coming out in my attempts:
5 detailed records (for the five blank records)
Cats 2 detailed records
Dogs 3 detailed records
Total records = 10
What I need out of it:
"Cats 2 detailed records
Dogs 3 detailed records
Total records = 5"
I am guessing there is some criteria I need to put in that particular field of the Query, but when I used a null equation, it wiped out ALL records from the report. Maybe I did the null incorrectly?
I have tried F1, my books, etc and I am guessing it can be done. Can't it?
I need to make a Report that will use ONLY the records that have information entered in "TypeOfPets". If the user did not make an entry in that field, I do not want any portion of the record included in the report.
At this time, my reports keep including blank data and including blank records in the detailed sumamry count of records.
Example of how it is coming out in my attempts:
5 detailed records (for the five blank records)
Cats 2 detailed records
Dogs 3 detailed records
Total records = 10
What I need out of it:
"Cats 2 detailed records
Dogs 3 detailed records
Total records = 5"
I am guessing there is some criteria I need to put in that particular field of the Query, but when I used a null equation, it wiped out ALL records from the report. Maybe I did the null incorrectly?
I have tried F1, my books, etc and I am guessing it can be done. Can't it?