Hi everyone -- I'm going to be importing a HUGE (single field/single words) list (20,000+) words into an Access table for manipulating and exporting into another application. Initially, the list will look something like this, with many repeats of each word:
preliminary
preliminary
Preliminary
preliminary
congratulations
Congratulations
congratulations
Congratulations
America
America
America
As you can see, there will be a mix of words that appear in lower case and initial caps, and some will need to stay that way, but others will only be that way because they appeared at the beginning of a sentence or heading in the original document(s) and will need to be converted to lowercase.
I'm wondering if it's possible to do an update query on the entire list that (1) checks for multiple occurrences of a word and then (2) if *any* occurrences of the word are in all lowercase, then changing the initial caps version(s) to all lowercase, while leaving words such as "America" (which presumably would always appear in the list initial capped) alone?
Thanks in advance for your help!
Carenne
preliminary
preliminary
Preliminary
preliminary
congratulations
Congratulations
congratulations
Congratulations
America
America
America
As you can see, there will be a mix of words that appear in lower case and initial caps, and some will need to stay that way, but others will only be that way because they appeared at the beginning of a sentence or heading in the original document(s) and will need to be converted to lowercase.
I'm wondering if it's possible to do an update query on the entire list that (1) checks for multiple occurrences of a word and then (2) if *any* occurrences of the word are in all lowercase, then changing the initial caps version(s) to all lowercase, while leaving words such as "America" (which presumably would always appear in the list initial capped) alone?
Thanks in advance for your help!
Carenne