I have created an access payroll report that has many categories that a person could charge time to but if a person has not charged time to those categories I don't want to print them. Currently I've hardcoded all those categories into my report as text fields but I would like to suppress those lines if there are no hours. Is there a technique to accomplish this?
Example of the hard coded lines and hours
023 -Funeral - 0 hrs
080 -Military - 0 hrs
099 - LWOP - 0 hrs
080 - Jury - 16 hrs
In this example the only thing I would like to print is
080 - Jury - 16 hrs.
Is there a way to do this?
Shan
Example of the hard coded lines and hours
023 -Funeral - 0 hrs
080 -Military - 0 hrs
099 - LWOP - 0 hrs
080 - Jury - 16 hrs
In this example the only thing I would like to print is
080 - Jury - 16 hrs.
Is there a way to do this?
Shan