Afternoon,
Im trying to runt he following module on in a query so that it will remove spaces from a field that has 3 sets of values.
063, 683,091
spaces could be
063, 683,091
063,683 ,091
063, 683, 091
Public Function RemoveSpace(ByVal strData As String) As String
Dim intPosition As...