View Full Version : filter/query


dave2769
05-03-2002, 06:20 AM
I have a string of numbers from which I only need characters 2-18. How can I filter these characters from the string.

ie. 234876589609875647456

I only need 3487658960987564.

David R
05-03-2002, 08:52 AM
Look up the Mid() function

[This message has been edited by David R (edited 05-03-2002).]