Jump to content

This topic is 7869 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have a database that tracks activities that households participate. Each time an activity is attended it is entered in the Activities database. I am creating a summary of the data in the Activity database and am able to get the total number of attendants for a particular series of activities, however I want to get the total number of unique households that attend. Some households attend multiple times, so I want that household to only be counted one time.

Any ideas of how to go about creating this so that I can summarize the number of attendants with the number of unique households in the same subsummary?

Posted

Is there a unique household identifier that you can use? Maybe a street address field where identical records can be identified?

Can a unique code be added on data entry? The first time a household record is created a qualifier field would be marked 1 and all additional records with that household would be zero's. That could then be used as a field to summarize.

Phil

This topic is 7869 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.