Any suggestions welcome:<br>
I have a text field in a table that has been imported into the database. The length is 10. In each record there is a blank space "somewhere" in the field. I need to take out the space e.g.<br>
<br>
Field Length Should be Length<br>
------ ------ --------- ------<br>
0000 00003 10 000000003 9<br>
000 006789 10 000006789 9<br>
<br>
I have a text field in a table that has been imported into the database. The length is 10. In each record there is a blank space "somewhere" in the field. I need to take out the space e.g.<br>
<br>
Field Length Should be Length<br>
------ ------ --------- ------<br>
0000 00003 10 000000003 9<br>
000 006789 10 000006789 9<br>
<br>