I’m trying to write a Report.
I’ve a query that selects 1 record from the table.
The Table has 20 or 30 fields all Yes\No.
I want the report to only have the fields that are Yes so it would look something like.
Report Name
Product “WATER”
----------------------
Oxygen
Hydrogen
End of report
I’ve a query that selects 1 record from the table.
The Table has 20 or 30 fields all Yes\No.
I want the report to only have the fields that are Yes so it would look something like.
Report Name
Product “WATER”
----------------------
Oxygen
Hydrogen
End of report
Comment