hi there,
I am writing a report that lists all projects that have certain information that has not been populated.
There are 7 fields, and the SQL uis a simple SELECT <all 7 fields> FROM <table> WHERE <fied 1 IS NULL OR field 2 IS NULL etc>
What I want to be able to do is show "NULL" where a field is blank, or highlight the field a certain colour.
any suggestions?
I am writing a report that lists all projects that have certain information that has not been populated.
There are 7 fields, and the SQL uis a simple SELECT <all 7 fields> FROM <table> WHERE <fied 1 IS NULL OR field 2 IS NULL etc>
What I want to be able to do is show "NULL" where a field is blank, or highlight the field a certain colour.
any suggestions?