S
Super Wife Mom
My report has a list of 100+ controls taken from a select query. Each of the
items only contains a numeric value and has a corresponding label. Like this:
Label Control Value
Donation Purpose 1 30.00
Donation Purpose 2 0.00
Donation Purpose 3 12.00
Donation Purpose 4 28.00
Donation Purpose 5 0.00
It currently displays every item, whether the value is zero or greater.
What I would like for it to do instead is to suppress or hide the items (&
their corresponding labels) with a zero value and to scoot the items with a
greater-than-zero value up to the next available spot on the list.
Label Control Value
Donation Purpose 1 30.00
Donation Purpose 3 12.00
Donation Purpose 4 28.00
Any suggestions gratefully received!
items only contains a numeric value and has a corresponding label. Like this:
Label Control Value
Donation Purpose 1 30.00
Donation Purpose 2 0.00
Donation Purpose 3 12.00
Donation Purpose 4 28.00
Donation Purpose 5 0.00
It currently displays every item, whether the value is zero or greater.
What I would like for it to do instead is to suppress or hide the items (&
their corresponding labels) with a zero value and to scoot the items with a
greater-than-zero value up to the next available spot on the list.
Label Control Value
Donation Purpose 1 30.00
Donation Purpose 3 12.00
Donation Purpose 4 28.00
Any suggestions gratefully received!