Carl Smith Posted February 1, 2005 Posted February 1, 2005 I have a field of Names formatted as Last Name, First Name(s) (e.g. Williams, John) Some of these contain more than one Author and I have formatted these with an ampersand (e.g Lennon & Paul McCartney, John). I have used the Substitute function to replace the Ampersand and the Comma with the Return Character which gives me Lennon Paul McCartney John What I want to do now is somehow get the entry between the first and second return characters into a new record for some further editing so that I can then put these into a related table. Hope you can help
Carl Smith Posted February 2, 2005 Author Posted February 2, 2005 This is very much appreciated Many Thanks
Slobey Posted February 2, 2005 Posted February 2, 2005 Sorry to intrude on the string, but I have a field that has text in it separated by a semicolon and I want to put each bit of text in its own record. How would I modify a script to do this?
-Queue- Posted February 2, 2005 Posted February 2, 2005 Do you want to create new records for each bit? Set Field [globaltext; text] Show All Records Show Omitted Only Loop New Record/Request Set Field [text; Substitute( MiddleValues( Substitute( globaltext; ";";
Recommended Posts
This topic is 7237 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