I don't want blank fields.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a table with fields containing "Correct", "Incorrect" and "N/A". I
have created a query to pull any field with a criteria of "Incorrect". Now I
have a report that generates from that query. How do I get the report to
only show the field with an "Incorrect" rather than showing the entire record
with one field marked "incorrect"?

Thanks
 
In the table, certain records may have one of the fields marked incorrect.
In my query, I have it setup to pull the criteria of "Incorrect" for each
field using or and set up staggering on a different line for each field. I
want to only see the field that has an "incorrect" and not the enitre record
showing the rest of the fields as "correct" or "N/A".
 
When you say these fields are "marked", what do you mean? Do you mean you
have a field named (for example) [FOO_BAR] and another field in the table
([FOO_BAR_STATUS] that will have the marking in it?
 
In the table, the user has the option to select one of three options in a
drop down. Incorrect, correct or N/A. No field is left blank. In my query,
I am asking to see anything that says incorrect. I understand that it will
retrun any entire record that has one of the field marked incorrect.
However, It is way too much data to put into a report and I only want to see
the idividual fields marked incorrect for each record ID.

Klatuu said:
When you say these fields are "marked", what do you mean? Do you mean you
have a field named (for example) [FOO_BAR] and another field in the table
([FOO_BAR_STATUS] that will have the marking in it?
--
Dave Hargis, Microsoft Access MVP


SDH@DJ said:
In the table, certain records may have one of the fields marked incorrect.
In my query, I have it setup to pull the criteria of "Incorrect" for each
field using or and set up staggering on a different line for each field. I
want to only see the field that has an "incorrect" and not the enitre record
showing the rest of the fields as "correct" or "N/A".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top