Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7376 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

I need to automate the duplication of a record a fixed number of times, advancing the unique ID number only each time. The context for this is the recording of multiple copies of the same book title/object within an inventory.

Posted

maybe this helps:

Create a script like this if you want 5 copies

(Counter = global field, number)

set field (counter, 0)

do

set field ( counter ; counter + 1)

exit loop if counter = 6

duplicate record

set field ( ID ; ID + 1)

loop

This may not be the correct syntax but probably you understand...

Posted

Please update your profile to reflect your Platform, Operating System, and version of FileMaker you are using. The link is in the box where your name appears on the left and is the word "profile" that is in blue.

Lee cool.gif

This topic is 7376 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.