Hi.. I have a very large database that contains products and is about 5,000 rows long. I am trying to find a way to get a word count on all the cells in a specific column.
So if the table looks like this:
1 A B C D E F
2
3
4
5
6
7
8
I need a query to go down column F and create a column G and put in the word count for the number of words in Cell F2, F3, etc. What would be even better is if this could auto update as words are removed from the cells in column F.
I know Excel is probably a better way to do this but I need this to be on going (whether manually running a query or automatically updating) and Access is where is all this information is stored.
Any ideas?
Thanks guys..
Chris
So if the table looks like this:
1 A B C D E F
2
3
4
5
6
7
8
I need a query to go down column F and create a column G and put in the word count for the number of words in Cell F2, F3, etc. What would be even better is if this could auto update as words are removed from the cells in column F.
I know Excel is probably a better way to do this but I need this to be on going (whether manually running a query or automatically updating) and Access is where is all this information is stored.
Any ideas?
Thanks guys..
Chris