tftedorr Posted August 18, 2003 Posted August 18, 2003 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?
Philland Posted August 19, 2003 Posted August 19, 2003 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now