Newbies [email protected] Posted June 16, 2014 Newbies Posted June 16, 2014 Hi all Is there a way to multiply a data record? For example, I need to make 6 copies of a certain data record. And I would like to do this as fast as possible as I have to multiply a lot of data records. Something like a button in the entry mask where I could chose how many times i would like to multiply the data record would be great. Your input is more than welcome;)
eos Posted June 16, 2014 Posted June 16, 2014 Is there a way to multiply a data record? For example, I need to make 6 copies of a certain data record. Well, you can use a looping script with the Duplicate Record script step; use a global field (or a dialog) to enter the number of copies to be made (or hardcode it into the script if you always need the same number). And I would like to do this as fast as possible as I have to multiply a lot of data records. Because …?
comment Posted June 16, 2014 Posted June 16, 2014 I have to multiply a lot of data records. I would also ask why you need to do this. That's not something you should be needing to do in a well-designed database.
Brian C Posted June 17, 2014 Posted June 17, 2014 Comment, you do well by asking why it is needed, but it is a bit of a stretch to say the database is not well designed based on a single request for assistance.
Recommended Posts
This topic is 4080 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