I use the Access Report template to output contractor pay statements for a job I do in the forest industry. One report template is used to print many statements (naturally). Several lines are made of string fields and double fields as in the following :
Example 1:
Species/Grade Volume
============= ========
Baslam sawlogs 12345.67
Cedar sawlogs 0.00
Hemlock sawlogs 899.04
Spruce sawlogs 0.00
========
Totals 13244.71 cubic meters
(Note - things line up better in the template!)
So, Balsam sawlogs, Cedar sawlogs, etc. are referenced from tables with text fields; 12345.67, 0.00, etc. are referenced from double fields in the same tables. Species/Grade,===========, etc. are just text fields created in the immediate report.
My question - is it possible to omit the lines with 0.00 volume and "pull up" the lines that follow to appear like this :
Example 2:
Species/Grade Volume
============= ========
Baslam sawlogs 12345.67
Hemlock sawlogs 899.04
========
Totals 13244.71 cubic meters
Lines to be omitted would vary with each statement, depending on the data of course.
I would be most grateful (and impressed!) for any help you bright lights can shed on this for me. Thanks in advance.
David693.
Example 1:
Species/Grade Volume
============= ========
Baslam sawlogs 12345.67
Cedar sawlogs 0.00
Hemlock sawlogs 899.04
Spruce sawlogs 0.00
========
Totals 13244.71 cubic meters
(Note - things line up better in the template!)
So, Balsam sawlogs, Cedar sawlogs, etc. are referenced from tables with text fields; 12345.67, 0.00, etc. are referenced from double fields in the same tables. Species/Grade,===========, etc. are just text fields created in the immediate report.
My question - is it possible to omit the lines with 0.00 volume and "pull up" the lines that follow to appear like this :
Example 2:
Species/Grade Volume
============= ========
Baslam sawlogs 12345.67
Hemlock sawlogs 899.04
========
Totals 13244.71 cubic meters
Lines to be omitted would vary with each statement, depending on the data of course.
I would be most grateful (and impressed!) for any help you bright lights can shed on this for me. Thanks in advance.
David693.