deego55 Posted June 13, 2005 Posted June 13, 2005 I have a field that is formatted with a list of names, each name appearing on its own line. The number of names varies. Is there a way to seperate each name into a repeating field line? Example of one field (field A): F013 Satzinger, John W. F013 Jackson, Robert B. F013 Burd, Stephen D. Would like seperated into repeating field (field :: FieldB[1] F013 Satzinger, John W. FiledB[2] F013 Jackson, Robert B. FieldB[3] F013 Burd, Stephen D. Can anyone help? Thanks!
deego55 Posted June 13, 2005 Author Posted June 13, 2005 If not using repeats, is there a way to create a script that can delete a certain line of a field. My ultimate goal is to have a button next to each line item that can delete just that line item such as: FieldA: F013 Satzinger, John W. [Delete this item] F013 Jackson, Robert B. [Delete this item] F013 Burd, Stephen D. [Delete this item]
Vaughan Posted June 13, 2005 Posted June 13, 2005 Put the data into a related table (where it should be!) then use a portal.
comment Posted June 13, 2005 Posted June 13, 2005 You should move them into separate records in a related table. Then you can selectively delete portal rows in a portal to the new table. Here you can find a demo of how to move the data.
Recommended Posts
This topic is 7472 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