July 16, 200322 yr Newbies I am trying to find a method to: Take a quantity field in a Source file Use that field to make that quantity of records in another file So if the Quantity field = 10 I would end up with 10 records in another file I would also be using related information from the source file, another file and adding a unique serial # to each of the records(I'm fairly confident with creating serial # part of this) Thank you very much for your help.
July 16, 200322 yr Try using a Loop that creates the new records and updates a global field after each iteration and Exit Loop If [g_numloops = quantity]. Please provide more detailed information if you require further assistance.
Create an account or sign in to comment