F
Frank
My table has a number of boolean fields. In my report, I want the detail
section to contain a string that lists only the boolean fields that are true,
but the fields themselves are not in the report. E.g., assuming the fields
are named A through E, record 1 would have a result like "A, B, E"; record 2
"B, C"; and so on.
I've written a function to generate the string. The detail section has a
textbox whose control is the function. I can't figure out how to get the
values of the boolean fields for the current record within the function.
I've tried A, Tablename!A, etc. Suggestions?
section to contain a string that lists only the boolean fields that are true,
but the fields themselves are not in the report. E.g., assuming the fields
are named A through E, record 1 would have a result like "A, B, E"; record 2
"B, C"; and so on.
I've written a function to generate the string. The detail section has a
textbox whose control is the function. I can't figure out how to get the
values of the boolean fields for the current record within the function.
I've tried A, Tablename!A, etc. Suggestions?