May 5, 200421 yr Hi All I am having a problem creating a script to remove a Carriage return in one field which is on 38,000 records. Any information on this problem would be helpful. Thanks
May 5, 200421 yr Erikj, Write your script as follows... Freeze Window Show All Records Go to Record/Request/Page [First] Loop [color:"white"]__Set Field ["FieldName" , "Substitute( FieldName , "
May 5, 200421 yr If you need to have a space where the Return is now, than modify the calculation Substitute( FieldName , "
Create an account or sign in to comment