bankofbermuda Posted April 9, 2002 Posted April 9, 2002 Is there any way to instert (append) data to a field with existing data?? RelatedTaskID field within a loop script inserting task ID's with a
BobWeaver Posted April 9, 2002 Posted April 9, 2002 Set Field (OriginalDataField, OriginalDataField & "
slstrother Posted April 9, 2002 Posted April 9, 2002 Yes, use the setfield script step. Within the loop: setfield[RelatedTaskID,RelatedTaskID&TaskID&"
bankofbermuda Posted April 9, 2002 Author Posted April 9, 2002 Thanks. Not sure where my brain is today??
Recommended Posts
This topic is 8620 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