Re: Displaying Yes fields but not NO
- From: "Rick Brandt" <rickbrandt2@xxxxxxxxxxx>
- Date: Fri, 18 Aug 2006 11:57:01 GMT
Althekid wrote:
Thank you for your prompt reply.
Forgive me for being a bit dim! but could you please guide me as to
where i need to enter this code?
To clarify... Do you want records with the value "No" to be filtered out or do
you want to just hide this field when it is "No"?
For the former set the criteria of your report's query so it only includes the
"Yes" rows by using True as the criteria for that column.
For the latter just use a TextBox for your field on the report with a
ControlSource of...
IIf([FieldName]=0, "", "Yes")
--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
.
- Follow-Ups:
- Re: Displaying Yes fields but not NO
- From: Duane Hookom
- Re: Displaying Yes fields but not NO
- References:
- Re: Displaying Yes fields but not NO
- From: chriske911
- Re: Displaying Yes fields but not NO
- Prev by Date: Dynamic Reports?
- Next by Date: Re: PLEASE HELP....Post code
- Previous by thread: Re: Displaying Yes fields but not NO
- Next by thread: Re: Displaying Yes fields but not NO
- Index(es):
Relevant Pages
|