March 23, 200124 yr Newbies how can i make a calculation field that takes the value of another field and removes all spaces between words in a string? Example: I want "this and that" shown as "thisandthat".
March 23, 200124 yr Substitute( FieldName , "what to replace" ,"replace with this" ) so it would look like this: Substitute( FieldName , " " ,"" ) change Fieldname to the name of the original field.. i think this should work any.
March 24, 200124 yr Newbies how would this work for Carriage returns?, that is to remove them are replace with a space.
Create an account or sign in to comment