I have created a database for my co-workers to enter information regarding orders. My co-workers have mentioned that sometimes, a customer will submit 20 to 30 some orders all containing the same information. They would like a feature to be added to the database that will enable them to, in essence, copy the first order 20 or 30 times instead of needing to enter all the information manually that many times. I tried using an append query, but that did not suit their fancy because they would have to click the button to run the query 20 plus times to get the right number of copies. Is there any way they can tell the database that they want 20 copies made, press a button, and the database will make the copies? The primary key of the database is an AutoNumber, I don't know if that could cause problems with a feature like this or not. Any suggestions?