F
Frank
I have the following in a database:
MainTable - - fields- phone1, phone2 phone3 phone 4
MainQuery - based on Main table with all four fields
Report - all four fields in the query
Information stored in each of the field are numbers but I replaced null
values in all fields with the text "n/a".
I did this so that the report would not show any null values.
What I what the report to reflect is this.
If a record has a "n/a" entry in all four fields, I would like the report
not show that record but show all other records that have valid telephone
numbers even if some of the fields have a "n/a" value.
For example, record one has the following data: 122 111 1111, 121 111
1111, n/a, n/a. That record would show in the report; however, record
two has the following data: n/a, n/a, n/a, n/a - it would not show but
all other records that don't have n/a in all fields would show.
How would I do this?
Any assistance is greatly appreciated.
Frank
MainTable - - fields- phone1, phone2 phone3 phone 4
MainQuery - based on Main table with all four fields
Report - all four fields in the query
Information stored in each of the field are numbers but I replaced null
values in all fields with the text "n/a".
I did this so that the report would not show any null values.
What I what the report to reflect is this.
If a record has a "n/a" entry in all four fields, I would like the report
not show that record but show all other records that have valid telephone
numbers even if some of the fields have a "n/a" value.
For example, record one has the following data: 122 111 1111, 121 111
1111, n/a, n/a. That record would show in the report; however, record
two has the following data: n/a, n/a, n/a, n/a - it would not show but
all other records that don't have n/a in all fields would show.
How would I do this?
Any assistance is greatly appreciated.
Frank