tallboy755 Posted January 26, 2003 Posted January 26, 2003 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
jasonwood Posted January 26, 2003 Posted January 26, 2003 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
Recommended Posts
This topic is 7976 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