show all records of same value in a report

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

Guest

I have a report based on a query and I have grouped the fields in the report
to stay together so now any values in fields that are the same as the one
above do not show. ie m for male and f for female are listed in one field and
so it shows only one m for one record and if the 4 others below are also male
no value displays. how do I change it to show all record's male/female value?
 
Anne,
You probably have that field's HideDuplicates property set to True. Set it to False.
 
It sound like you have the "Hide duplicates" property for that field in the
report set to Yes. Change it to No.
 
Sounds like you are raising and breeding livestock of some sort. I am
working on a db to track breeding records for animals wondering if you would
be interested in exchanging Ideas
Blair
anne said:
I have a report based on a query and I have grouped the fields in the report
to stay together so now any values in fields that are the same as the one
above do not show. ie m for male and f for female are listed in one field and
so it shows only one m for one record and if the 4 others below are also male
no value displays. how do I change it to show all record's male/female
value?
 

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