mleiser Posted September 26, 2011 Posted September 26, 2011 I need to duplicate a number of records. I can create a found set of those reocrds with a Find, but how would I duplicate all of them at once?
LaRetta Posted September 26, 2011 Posted September 26, 2011 Do you truly need to duplicate all information from the found set or do you mean that you need access and display of this information elsewhere? If the source and the destination share same data then they are related. If they are related then you can create a relationship in your graph and only pass the ID to the other table; no need to pass several fields' worth of data. Sometimes duplicating is necessary to preserve the original (such as quotes vs. invoices) but even that can be argued both ways and should be configured so only the pertinent fields are written (not the entire record). What are your real table names and what are you trying to accomplish? :wink3:
Recommended Posts
This topic is 4805 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