Luddite Lad
06-14-2008, 03:16 AM
I have an update query that creates a reference.
part of the update is the following code
(Left([clientname],Len([clientname])-(Len([clientname])-3)))
Which works fine. What I'm wondering is if there is a way to ignore any spaces that might be in the first three characters. So in other words simply pick up the first three alpha numerics?
part of the update is the following code
(Left([clientname],Len([clientname])-(Len([clientname])-3)))
Which works fine. What I'm wondering is if there is a way to ignore any spaces that might be in the first three characters. So in other words simply pick up the first three alpha numerics?