S
sfreeland01
Hi there,
I have a CONTRACT Table as follows:
Contract # (autonumber - primary key)
TV (Y/N)
Satellite (Y/N)
Radio (Y/N)
etc etc
There are around 10 different Yes/No format fields in the table.
What I would like to do is create a query in a report, within which any
field which is Y would be displayed...
For example my report (query?) would pull from the following Record:
Contract# 4000
TV Y
Satellite N
Radio Y
CCTV Y
PPV N
resulting in:
TV
Radio
CCTV
Thanks in advance for any help you can provide.
I have a CONTRACT Table as follows:
Contract # (autonumber - primary key)
TV (Y/N)
Satellite (Y/N)
Radio (Y/N)
etc etc
There are around 10 different Yes/No format fields in the table.
What I would like to do is create a query in a report, within which any
field which is Y would be displayed...
For example my report (query?) would pull from the following Record:
Contract# 4000
TV Y
Satellite N
Radio Y
CCTV Y
PPV N
resulting in:
TV
Radio
CCTV
Thanks in advance for any help you can provide.