Thanks for looking at my message and change my title to Beginning Programmer.
I have a report that has 20 fields that are chemicals. I only want to print on the report any chemical field whose value is greater than 0.
For example I may have
Benzene 2
Chlorobenzene 3
Toluene 0
Xylene 0
Aniline 4
I want on the report (which is a "form Letter" type report not columns):
Benzene 2
Chlorobenzene 3
Aniline 4
Basically not show Toluene and Xylene and not put a blank space for the field and label that are not visible (i.e. Toluene and Xylene). The fields are numeric. I am not sure if I should do this at the query level, report level, use a parameter query (not my first choice), etc. Or if this is even possible. Any help will be appreciated and if you need more information, please let me know.
Thanks!
Leigh Ann
I have a report that has 20 fields that are chemicals. I only want to print on the report any chemical field whose value is greater than 0.
For example I may have
Benzene 2
Chlorobenzene 3
Toluene 0
Xylene 0
Aniline 4
I want on the report (which is a "form Letter" type report not columns):
Benzene 2
Chlorobenzene 3
Aniline 4
Basically not show Toluene and Xylene and not put a blank space for the field and label that are not visible (i.e. Toluene and Xylene). The fields are numeric. I am not sure if I should do this at the query level, report level, use a parameter query (not my first choice), etc. Or if this is even possible. Any help will be appreciated and if you need more information, please let me know.
Thanks!
Leigh Ann