January 26, 200323 yr Is there any way that I can have a script add 40 new records to my database with out having 40 "New Record/ Request"'s Just wondering
January 26, 200323 yr Use a loop. The loop has to know when 40 records have been created, so either it has to use a global field which you would increment each time, or you could start with a found set of zero records and simply stop when Status(CurrentFoundCount) = 40
Create an account or sign in to comment