I searched but did not really find a clear answer.
I have variable called post1, which is a memo data type.
Post will be filled with a persons response to a question.
I would like access to automatically calculate the number of words and put that number in a variable called numword
also calculate the number of characters not including spaces and put that number in a variable called numchar
What would be the best way to do this?
Thanks.
Also, if i have another variable called post2 and post3. could i have access calculate a total number of words and chars from the three varibles post1, post2, and post3?? and place that information in a vaible called totword and totchar?
I have variable called post1, which is a memo data type.
Post will be filled with a persons response to a question.
I would like access to automatically calculate the number of words and put that number in a variable called numword
also calculate the number of characters not including spaces and put that number in a variable called numchar
What would be the best way to do this?
Thanks.
Also, if i have another variable called post2 and post3. could i have access calculate a total number of words and chars from the three varibles post1, post2, and post3?? and place that information in a vaible called totword and totchar?