February 17, 200421 yr Is there some way to copy all the values from ONE record and be able to paste just those values into a similar record that is contained in another file? I have tried the COPY RECORD script but it doesn't seem to accomplish anything. What is the purpose of COPY RECORD script? Thanks for your patience, Jarvis
February 17, 200421 yr Hi Jarvis, Copy record script copies all the data from a record into your clipboard. What exactly are you trying to accomplish - from what you have said so far it seems a relationship may be a better option here... Ed
February 17, 200421 yr Make a global field for every field you want to copy (yeah, it could be a lot). Copy the record's data into the globals, make a new record, then copy them from the globals into the new record via a "constant" relationship.
Create an account or sign in to comment