Newbies a123 Posted June 2, 2005 Newbies Posted June 2, 2005 I would like to copy (not duplicate) multiply records from a table to the same table and some of the new fields would have same values as the original ones. The table fields are: 1. ID - auto-enter serial 2. Name - text 3. CategoryID - number 4. L - number 5. N - number For example I have records with 10 different categories and I would like to create a new category (with ID=11) and copy all the records from category 3 to category 11. The fields 2.Name and 5.N should have the same values as the values from category 3, but the other fields (without 1.ID and 3.CategoryID) should be entered manualy. The field 3.CategoryID should be set by script. Is there any way to do this with script in FM?
aaa Posted June 2, 2005 Posted June 2, 2005 Your script must: Find all records with Category_ID=10 Duplicate records Then do with duplicated records what you want.
Recommended Posts
This topic is 7503 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