J Julia Dec 7, 2003 #1 How do I calculate the length of a string. I need this to take the longest string value. Thanks, J
F fredg Dec 7, 2003 #2 Julia said: How do I calculate the length of a string. I need this to take the longest string value. Thanks, J Click to expand... Look up the Len() function in Access help. intX = len(YourString)
Julia said: How do I calculate the length of a string. I need this to take the longest string value. Thanks, J Click to expand... Look up the Len() function in Access help. intX = len(YourString)