John Chamberlain Posted August 3, 2003 Posted August 3, 2003 I am trying to clean up a file in which certain fields contain an ampersand (&). These records need to be split into two different records. A simple find on a special character does not work. Can anyone tell me how to do this? TIA
LaRetta Posted August 3, 2003 Posted August 3, 2003 Hi John, You need to enter it as literal text, so to find you would enter "&" LaRetta
LaRetta Posted August 3, 2003 Posted August 3, 2003 Hi John, I thought you might also want input on splitting the records. Be sure to back up first. The following script is an idea to work with. I don
John Chamberlain Posted August 3, 2003 Author Posted August 3, 2003 Hi LaRetta - Of course - for some dumb reason I was trying to find ="&" - doh! I appreciate your effort on the duplication script, but there are only 36 records like this so I will probably just duplicate them and then split the name fields. Thanks,
Recommended Posts
This topic is 7782 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