alphanitrate Posted June 8, 2009 Posted June 8, 2009 I have a number of records that were originally imported from text files and have kept the "" on the text. I am looking for a way to remove the leading and trailing quotes" from about 18 fields and about 30,000 records. I have contemplated just removing them all - but I have a lot of measurements (1-1/2" etc.) that I would have to replace after. Any ideas short of pulling all the data to excel and editing each record?
alphanitrate Posted June 8, 2009 Author Posted June 8, 2009 not anymore - some were from initial population, i learned what was causing them and stopped doing it that way
comment Posted June 8, 2009 Posted June 8, 2009 OK, then how about showing all records and replacing each field's contents with a calculation = Case ( Left ( Field ; 1 ) =""" and Right ( Field ; 1 ) = """ ; Middle ( Field ; 2 ; Length ( Field ) - 2 ) ; Field ) Make sure you have a backup before trying this.
Recommended Posts
This topic is 5717 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now