roxannep
Technical User
- Jun 20, 2000
- 69
I'm wondering what is the best way to approach the following scenario:
Our company has 500 identical product items. We need them each individually entered into our inventory table with each one having a unique InventoryID (autonumber, primary key).
The challenge comes in when a data entry operator must enter the item description details, title, etc., then copy that record 500 times, then move to an entirely new item and repeat this process, but for maybe only 330 pieces.
We are trying to determine the fastest, most user-friendly (read: these folks don't know a table or paste append command from a hole in the wall) way to automate the creation of these multiple records.
Thanks for the guidance!
Our company has 500 identical product items. We need them each individually entered into our inventory table with each one having a unique InventoryID (autonumber, primary key).
The challenge comes in when a data entry operator must enter the item description details, title, etc., then copy that record 500 times, then move to an entirely new item and repeat this process, but for maybe only 330 pieces.
We are trying to determine the fastest, most user-friendly (read: these folks don't know a table or paste append command from a hole in the wall) way to automate the creation of these multiple records.
Thanks for the guidance!