Hello
I have a field which contains a telephone number. I need to remove all the spaces from this field so I am just left with numbers. Ltrim and Rtrim won't work as I want the middle spaces removed not trailing.
This function is required in a query and I'm using Access 97.
For example, 0121 457 8963 will become 01214578963.
Many Thanks
Dawn
I have a field which contains a telephone number. I need to remove all the spaces from this field so I am just left with numbers. Ltrim and Rtrim won't work as I want the middle spaces removed not trailing.
This function is required in a query and I'm using Access 97.
For example, 0121 457 8963 will become 01214578963.
Many Thanks
Dawn