Reports that only include the requred fields

  • Thread starter Thread starter Eamonn
  • Start date Start date
E

Eamonn

I am trying to analyse syudent exam results data by
class. I have a query with their classess in but I just
want their History classess from the first three columns.
How do I just get the report to show only history classess
and not their art class or whatever that is in one of the
other three fields?

Thanks
 
You normalize your table structure so that you can query records rather than
fields. Column names should generally not contain data. If you provide your
table structure, I'm sure someone could provide more direction.
 

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