Count Characters in a field

  • Thread starter Donna I-don't-know-VBA-fully-yet
  • Start date
D

Donna I-don't-know-VBA-fully-yet

I want to count all the characters (including spaces)
contained within a particular field on my form. Don't
want to limit the text box size (actually it's set to
memo), just count what's in there. I thought referencing
MSO's library (that's all I know about that) would make
the statistics/number of characters function from Word
available, but it looks like all I can do is write tons of
code to export my text to a word document, count it, save
that variable, and put it back into my database. Is this
really the only way, or will that even work? Seems like
this should be an easy thing to calculate. Have to have
the memo field set because the text is often larger than
1500 characters. Thank you!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top