I would like to create a form that would allow me to add a range of records into a table.
For instance, when I have chemicals delivered, they are typically barcoded in successive order (something like 4B008200-4B008211). Everything else about the container and its storage location are the same, so the only field in my record for the containers that would change is the barcode. If I receive 15 of this particular chemical, I would like to be able to use a form, input the barcode range (seen above), and have it create a record for each barcode, using a static set of information for the other fields in the table (such as room number, supplier, purchase order, date added, etc.), which I would like to be able to set in this same form.
I found this, which I will try to make work.
Thoughts?
-Thanks