Eric Number 7 Posted June 22, 2004 Posted June 22, 2004 Is there a script that can separate a block of text and insert in to different fields: ie:text field: apple,orange,banana to : field1:apple field2:orange field3:banana thanks eric
dbruggmann Posted June 22, 2004 Posted June 22, 2004 For your example it's quite easy: Set Field("field1"; LeftWords("text field"; 1))
Eric Number 7 Posted June 22, 2004 Author Posted June 22, 2004 Spot on thanks, should have tried that , I thought it would pick up the commas... it works thanks for your help
Recommended Posts
This topic is 7462 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