I need to remove rows that hold no data from a report.
I thought if I used zero height for the controls on the report and set can grow to yes that the controls would only be visible and take up space if they held data but....
This is what the report looks like now with 0 height and can grow
Label col1 col2 col3 col4
x
x
x
x
x
each row actually takes up 5 rows
and it needs to look like
Label col1 col2 col3 col4
x x x x x
these fields are from one row of the form which is based on a table .
the underlying table doesnt have generic fields like 'quantity' or 'comment' but individual quantities for each product
ProductA, ProductB as opposed to Product
ProductAQuantity, ProductBQuantity as opposed to Quantity
each product has one row on the form with the products specific quantity, comment, orderdate, color fields on the same row.
the report is based on a select all query of the underlying table using the unique jobid that matches the jobid on the form, the report consists of textboxes and labels bound to the appropriate fields. works fine but is to big for 1 A4 sheet so need to remove rows that are not required for the design.
Messy I know but it works.
B
I thought if I used zero height for the controls on the report and set can grow to yes that the controls would only be visible and take up space if they held data but....
This is what the report looks like now with 0 height and can grow
Label col1 col2 col3 col4
x
x
x
x
x
each row actually takes up 5 rows
and it needs to look like
Label col1 col2 col3 col4
x x x x x
these fields are from one row of the form which is based on a table .
the underlying table doesnt have generic fields like 'quantity' or 'comment' but individual quantities for each product
ProductA, ProductB as opposed to Product
ProductAQuantity, ProductBQuantity as opposed to Quantity
each product has one row on the form with the products specific quantity, comment, orderdate, color fields on the same row.
the report is based on a select all query of the underlying table using the unique jobid that matches the jobid on the form, the report consists of textboxes and labels bound to the appropriate fields. works fine but is to big for 1 A4 sheet so need to remove rows that are not required for the design.
Messy I know but it works.
B