I found many posts close to what I need but not quite. I have a column in a table with about 10,000 records. The field holds product descriptions that can have anywhere from 1 to 25 words in them. By default, when I import the list, everything comes in CAPS. Example: WIDGET FROM MEXICO
I would like to write a module that runs on a button. It would open specified table (Product_Table) and go through each record, changing the text to have only the first letter of each word Capitalized. Or in the example above: Widget From Mexico.
I saw the post with code for changing the very first letter of the record, but how do I check and replace for each word in a record?
Thank you as always,
Marco
I would like to write a module that runs on a button. It would open specified table (Product_Table) and go through each record, changing the text to have only the first letter of each word Capitalized. Or in the example above: Widget From Mexico.
I saw the post with code for changing the very first letter of the record, but how do I check and replace for each word in a record?
Thank you as always,
Marco