First off, please forgive me as I am new to access and believe this has been asked for similar situations. I just can't get the previous support responses to fit what I need.
I have a simple "Inventory" Table which contains:
- ID (primary key)
- Item
- Part Number
- Serial Number
- Received (date)
- Unit Cost
- Shipped (date)
- Condition Shipped
- POC Name
- POC Address
- POC Telephone
- Loaned/Ordered
Here's what I want to do:
- Single form to enter multiple serial numbers of a received item
- Single form to change multiple serial numbers status to either "Loaned" or "Ordered"
For example, user receives 20ea of item A with part number X on date dd-mmm-yy. User would open form, enter item, part number, date received, and unit cost; then would enter each of the serial numbers for the 20ea received items. User would finally select a button which would input all this data into the "Inventory" Table.
Once I do this, I will need to make another form which allows multiple serial numbers of an item to be selected to process for shipment.
For example, user ships 7ea of item A with part number X on date dd-mmm-yy. User would open form, input the pertinent shipping information, select the item from a drop down list, then select the serial numbers which status will be changed to "shipped" or "loaned".
Again, I'm new, so some step-by-step may be needed. Any help would greatly be appriciated!