D
Dwayne Conyers
We have a table that has a number of "yes/no" values as checkboxes on a
form.
In the report I'm developing, I want to display only those items that are
checked (with a value of "yes").
Also, rather than display a checkbox, I'd like to display text/label
representing the name of the item.
For example, if we have three checkboxes, "scotch," "gin," and "vermouth"
and the record has "scotch" checked and the others unchecked, for that
record on the report I want to display the word "scotch" not the checkbox.
I've been hacking around with some code but would appreciate some tips to
expedite making this work.
TIA
form.
In the report I'm developing, I want to display only those items that are
checked (with a value of "yes").
Also, rather than display a checkbox, I'd like to display text/label
representing the name of the item.
For example, if we have three checkboxes, "scotch," "gin," and "vermouth"
and the record has "scotch" checked and the others unchecked, for that
record on the report I want to display the word "scotch" not the checkbox.
I've been hacking around with some code but would appreciate some tips to
expedite making this work.
TIA