Hello,
I'm not sure how to go about this or even exactly how to title this question...I have a database in which from time to time I need to do a 'mass duplication' Where I take one record and duplicate sometimes hundreds of times. The only difference between each case is a four digit number. How I go about it now is a series of queries. One query I put the initial case, but the field 'unique_number' (which is the four digit number) I do not include that. Instead it will an auto number in the table that the record will be appended into. I do use the unique_number field initially to set the autonumber to start at the right number, but after that autonumber goes up sequentially just fine. As I copy and paste these records I can copy more than one at a time and paste more than one at a time. Each time I can add a 'whole truck load' more. Then in the end I use a query that will place those cases back into the MasterTable. Since the MasterTable has an autonumber field in it called 'EntryNumber' I couldn't use another autonumber in the same table. Some of the records have what is called a 'local_number' of which I have to run through a query that appends to a table with an autonumber so that it is sequential as well. If you need me to further explain what I mean or if it my question isn't easily understood, please feel free to tell me. So, I'm trying to make an easy way (if possible) for someone to tell it what case (record) number to duplicate and how many times. But in this case, it will have to run through a series of updating the unique number and the local numbers behind the scenes. Obviously, how it currently works, only the database administrator can do this work - General users couldn't. Now, I don't know if I'd give them access to a 'wizard' anyway just because the chances of 'messing things up' will be multiplied, but I as the admin would like to have one.
Thanks,
---roystreet
I'm not sure how to go about this or even exactly how to title this question...I have a database in which from time to time I need to do a 'mass duplication' Where I take one record and duplicate sometimes hundreds of times. The only difference between each case is a four digit number. How I go about it now is a series of queries. One query I put the initial case, but the field 'unique_number' (which is the four digit number) I do not include that. Instead it will an auto number in the table that the record will be appended into. I do use the unique_number field initially to set the autonumber to start at the right number, but after that autonumber goes up sequentially just fine. As I copy and paste these records I can copy more than one at a time and paste more than one at a time. Each time I can add a 'whole truck load' more. Then in the end I use a query that will place those cases back into the MasterTable. Since the MasterTable has an autonumber field in it called 'EntryNumber' I couldn't use another autonumber in the same table. Some of the records have what is called a 'local_number' of which I have to run through a query that appends to a table with an autonumber so that it is sequential as well. If you need me to further explain what I mean or if it my question isn't easily understood, please feel free to tell me. So, I'm trying to make an easy way (if possible) for someone to tell it what case (record) number to duplicate and how many times. But in this case, it will have to run through a series of updating the unique number and the local numbers behind the scenes. Obviously, how it currently works, only the database administrator can do this work - General users couldn't. Now, I don't know if I'd give them access to a 'wizard' anyway just because the chances of 'messing things up' will be multiplied, but I as the admin would like to have one.
Thanks,
---roystreet