Upfront - I am knew to Access and this is my first build attempt.
I have a requirement to create a database to track our equipment inventory. The inventory is being saved to an "Asset Tracking" table. The fields this table contain include:
For example, the user would input the Category, Equipment Nomenclature, Part Number, Date In, and Location; with multiple Serial Numbers.
The issue with what I have is that we have deliveries for 20-50+ of a single device which is required to be serially tracked. What I have requires the user to input the same data for all 20-50. This is not optimal to say the least.
I have a requirement to create a database to track our equipment inventory. The inventory is being saved to an "Asset Tracking" table. The fields this table contain include:
- Item Number (primary key)
- Category (i.e. Electronics, Mechanics)
- Equipment (i.e. Computer, Engine)
- Part Number
- Serial Number
- Date IN
- Location
For example, the user would input the Category, Equipment Nomenclature, Part Number, Date In, and Location; with multiple Serial Numbers.
The issue with what I have is that we have deliveries for 20-50+ of a single device which is required to be serially tracked. What I have requires the user to input the same data for all 20-50. This is not optimal to say the least.