Display a list of fields that meet criteria

  • Thread starter Thread starter Trotsky
  • Start date Start date
T

Trotsky

Hi all,
Im trying to create a report that displays a list of fields that are
checked yes in a table,
Rather than displaying All the fields and their status, I would like a
text box that only contains those fields that are checked.
I created the report from a query.
The report will list all records between two user inputed dates,and I
would also like to display the dates selected on the report, I usew
between [from] and [until] to select the dates.I am sure I am going
about this the wrong way but any help appreciated
 
Your query should also have the field that contains the true false and the
criteria should be <>0

--
Troy

Troy Munford
Development Operations Manager
FMS, Inc.
www.fmsinc.com


Hi all,
Im trying to create a report that displays a list of fields that are
checked yes in a table,
Rather than displaying All the fields and their status, I would like a
text box that only contains those fields that are checked.
I created the report from a query.
The report will list all records between two user inputed dates,and I
would also like to display the dates selected on the report, I usew
between [from] and [until] to select the dates.I am sure I am going
about this the wrong way but any help appreciated
 
Back
Top