I need to create a form and data base for tracking inventory.
The form needs to make note of a vendor, status (incoming/outgoing), and then a series of numbers (the items all have associated numbers). is there a way for me to make a nice form that allows me to do this. Ideally I would like the database to have an entry for every item, but I would like the form to be submitted only once. So basically they type the 20 different number for 20 different items, hit submit, and the form makes 20 new rows in the database.
How would I go about making this?