How can i remove the spaces from the group of numbers below?
11 222 33 4444 555
This is an access DB table and it's a field named JOIN_PNUM
I need to make the number look like:
11222334444555.
11 222 33 4444 555
This is an access DB table and it's a field named JOIN_PNUM
I need to make the number look like:
11222334444555.
Comment