Word Length

slyvsspy

Registered User.
Local time
Today, 09:28
Joined
Jun 24, 2002
Messages
51
How would I go about trying to find the number of letters of a word. In my database I have 900,000 words. I split each word into it's own letters using "MID(theword,2,1)". I have 24 fields. Letter1, Letter2, Letter3, and so on.

What could I use to send the number of letters to a text box on my form.?

Thanks,
 
How about the Len function?

Len(theword)

RV
 
THats IT!

I searched the whole help menu trying to find the function to do that. Never thought it would be titled "LEN"

Thanks,
 

Users who are viewing this thread

Back
Top Bottom