Counting records in a field from within the detail field

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

Guest

I would like to have some conditional fields within a detail field that would
be there if there are more than one detail in the field, and that would not
be there if there is only one detail in the field.

Is there any way to do this? It needs to be in the detail field itself, not
just in the group footer. Thanks.
 
r. howell said:
I would like to have some conditional fields within a detail field that would
be there if there are more than one detail in the field, and that would not
be there if there is only one detail in the field.

Is there any way to do this? It needs to be in the detail field itself, not
just in the group footer. Thanks.


Use a text box in the group header sectionL =Count(*)

The the code in the detail section's Format event can check
if the header text box hsdthe value of 1.
 

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