I have a table where they enter the number of items created. I need to create a macro (NOT vba - don't know how to use it, so please don't post answers requiring vba) that adds that number of records to a different table.
So ... they enter
Product - Potatoes
Date Entered - 2/1/2013
Product Number - 32
They push a button and the macro adds that number of records into a d different table. Each records has the product, date entered, and an auto-generated number.
And to make things more fun, they want all the auto-generated numbers to be even. Is that possible?
Thank you!!