From: gab1972 on
I'm trying to build a query where the field only displays "Show" if
the field matches a string.

For example, I have about 20 fields and each of them has the check box
to 'Show'. I only want the field to show if the text "Traffic ↔
PreCon" is in the field. I tried doing if statements and I found that
if the first field doesn't match this criteria, then none of them show
up. "Traffic ↔ PreCon" could be in field 3 or 13. I just want to
filter through the fields and only show the ones that have that
string.

Any ideas?
From: Jeff Boyce on
I'm not sure I'm visualizing your data yet...

Are you saying that the string you are looking for could be in one of
several different columns/fields? If so, then there's a good chance you
have a ... spreadsheet, not a relational database table!

More info, please...

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"gab1972" <glen.bramlitt(a)gmail.com> wrote in message
news:738100dd-5180-469d-b091-3ac694a4ca4b(a)b10g2000vbh.googlegroups.com...
I'm trying to build a query where the field only displays "Show" if
the field matches a string.

For example, I have about 20 fields and each of them has the check box
to 'Show'. I only want the field to show if the text "Traffic ?
PreCon" is in the field. I tried doing if statements and I found that
if the first field doesn't match this criteria, then none of them show
up. "Traffic ? PreCon" could be in field 3 or 13. I just want to
filter through the fields and only show the ones that have that
string.

Any ideas?