A table in our database used to be stored as plain text, however it just got converted over to RTF. Before this I was using len({MyField}) to get a character count. Now this formula doesn't work thanks to the RTF formatting.
So I started using UBound(Split({MyField})) which was great until I realized that some of the data contained more than 1000 words.
So, can anyone help me come up with a way of counting either characters or words (or both)?
Thanks very much!
So I started using UBound(Split({MyField})) which was great until I realized that some of the data contained more than 1000 words.
So, can anyone help me come up with a way of counting either characters or words (or both)?
Thanks very much!