F
Franklin
Here's the breakdown:
I am working with a separate Internet database tool that allows me to export
information. I chose the categories I needed, exported the info, and imported
into Excel, to then import into Access (2007).
Some of the data contains multiple contacts per one record. For example,
record #123 could have 3 contacts. In anyone of those contacts another field
could, or could not have been chosen. A specific example:
Record ID: Date Created: Name: Ethnicity:
4340458 12/12/2006 Tom Smith
4340458 12/12/2006 Tom Smith
4340458 12/12/2006 Tom Smith Asian
4340458 12/14/2006 Tom Smith
You can see that the record has 4 contacts. In only one of the contacts was
the ethnicity recorded. Some will also have one or more contacts with nothing
recorded.
In the above example, I cannot sort it by Null values, because during one
certain contact, that information may have been collected.
I am trying to run a query/report where I can specify that every unique
record ID#, matched with another field (ethnicity in this case) will return
the correct number of cases AND also differentiate between those record ID#'s
where there was a Null value entered despite the number of contacts. For
example:
Total Records: 14,000
Asian Ethnicity: 1,000
Spanish: 10,000
White: 1,000
BLANK: 2,000
I have tried filtering out duplicate values (for the record ID#'s) in Excel
but it doesn't let me specify WHICH duplicates to filter. I have tried
running a Find Duplicates query in Access and did not get the results I
wanted.
Help!
--Franklin
I am working with a separate Internet database tool that allows me to export
information. I chose the categories I needed, exported the info, and imported
into Excel, to then import into Access (2007).
Some of the data contains multiple contacts per one record. For example,
record #123 could have 3 contacts. In anyone of those contacts another field
could, or could not have been chosen. A specific example:
Record ID: Date Created: Name: Ethnicity:
4340458 12/12/2006 Tom Smith
4340458 12/12/2006 Tom Smith
4340458 12/12/2006 Tom Smith Asian
4340458 12/14/2006 Tom Smith
You can see that the record has 4 contacts. In only one of the contacts was
the ethnicity recorded. Some will also have one or more contacts with nothing
recorded.
In the above example, I cannot sort it by Null values, because during one
certain contact, that information may have been collected.
I am trying to run a query/report where I can specify that every unique
record ID#, matched with another field (ethnicity in this case) will return
the correct number of cases AND also differentiate between those record ID#'s
where there was a Null value entered despite the number of contacts. For
example:
Total Records: 14,000
Asian Ethnicity: 1,000
Spanish: 10,000
White: 1,000
BLANK: 2,000
I have tried filtering out duplicate values (for the record ID#'s) in Excel
but it doesn't let me specify WHICH duplicates to filter. I have tried
running a Find Duplicates query in Access and did not get the results I
wanted.
Help!
--Franklin