B
Bill Geno
Hi,
I have a report where it simply lists detailed records. One of th
columns is entitled Certifier, and this is column in the query. Th
query is returning records with Certifiers names as well as N/A in th
same column (data is fed in from another application--it sometime
registers N/A values when the Certification is created but there is n
certifier name).
I'd like my report to just include the records where there is
Certifier name present, and ignore the N/A's in the query. We want t
keep the N/A records in the query and source table. The field I a
interested in is Certifier.
I have tried [Certifier] <> 'N/A' which resulted in Error.
I have also tried IIf([Certifier] <> 'N/A', 0)) which is not workin
either.
Any suggestions? I just want to build a text box and control tha
eliminates the N/A's for the Certifier, but includes the records wher
there is a name populated.
Thanks much,
Bill
I have a report where it simply lists detailed records. One of th
columns is entitled Certifier, and this is column in the query. Th
query is returning records with Certifiers names as well as N/A in th
same column (data is fed in from another application--it sometime
registers N/A values when the Certification is created but there is n
certifier name).
I'd like my report to just include the records where there is
Certifier name present, and ignore the N/A's in the query. We want t
keep the N/A records in the query and source table. The field I a
interested in is Certifier.
I have tried [Certifier] <> 'N/A' which resulted in Error.
I have also tried IIf([Certifier] <> 'N/A', 0)) which is not workin
either.
Any suggestions? I just want to build a text box and control tha
eliminates the N/A's for the Certifier, but includes the records wher
there is a name populated.
Thanks much,
Bill