mKirk Posted August 2, 2005 Posted August 2, 2005 I'm quite sure the answer to this is obvious. I would like to be able to place a number in a field...and then have a script which uses that number to create said number of blank records ("5" = 5 New Records). I can't seem to find any such "Create Multiple New Records" functionality. Thanks in advance for any help or suggestions. Kirk
Vaughan Posted August 2, 2005 Posted August 2, 2005 Create a global number field (let's call it gNumber) then create this script: Loop Exit Loop If [ gNumber <= 0 ] New Record/Request Set Field [ gNumber, gNumber - 1 ] End Loop
Recommended Posts
This topic is 7056 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