grumbachr Posted January 14, 2008 Posted January 14, 2008 I inherited 2 repeating values fields (7 values each) and need to now do some reporting on them. The fields track Ancestry (Mothers Ancestry and Fathers Ancestry) each hold names of countries that a person ancestors come from. The ultimate goal is to have a count of people reporting they families come from what country kind of like: Country | count Ireland 335 Germany 487 China 28 Switzerland 46 etc... Since each person has 2 fields, I think I need to merge the 2 to simplify thigs. So is it possible to merge 2 repeating fields into one without having duplicate values? Also if you have any other suggestion or advice it would be greatly appreciated.
comment Posted January 14, 2008 Posted January 14, 2008 Import them to a new table, twice - once for each repeating field - while breaking them into separate records. Do a summary report from the new table.
Recommended Posts
This topic is 6156 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