Hello All...
I'm tasked with building an Inventory data base for my company.
I have a form called Assignments used to link equipment with company employees. I have four combo boxes; Category, Manufacturer, Model, and Serial Number. These four items are related and together would represent 1 inventory item. Therefore, I would like to link the combo boxes to remove the possibility of wrong data entry. I would like the first box to display possible categories. The second, to filter based on the first selection and display Manufacturers within that catagory. The third box to display Models by selected manufacturer, and then the final box to display the available serial numbers of items that meet the criteria.
The tables involved are TblAssignments, TblItems, TblCategory and TblManufacturer. The Items table is the center table in the relationship. It's Primary Key joins to tblAssignment and it joins Foreign Keys from the Manufacturer and Catagory table.
I'm a beginner with access and as such, I don't know how to use VBA code... if this can be accomplished with query builder and sql statements that would be good.... Unless you have the time to teach VBA in the process!!
Thanks ahead for you input!
Andre
I'm tasked with building an Inventory data base for my company.
I have a form called Assignments used to link equipment with company employees. I have four combo boxes; Category, Manufacturer, Model, and Serial Number. These four items are related and together would represent 1 inventory item. Therefore, I would like to link the combo boxes to remove the possibility of wrong data entry. I would like the first box to display possible categories. The second, to filter based on the first selection and display Manufacturers within that catagory. The third box to display Models by selected manufacturer, and then the final box to display the available serial numbers of items that meet the criteria.
The tables involved are TblAssignments, TblItems, TblCategory and TblManufacturer. The Items table is the center table in the relationship. It's Primary Key joins to tblAssignment and it joins Foreign Keys from the Manufacturer and Catagory table.
I'm a beginner with access and as such, I don't know how to use VBA code... if this can be accomplished with query builder and sql statements that would be good.... Unless you have the time to teach VBA in the process!!
Thanks ahead for you input!
Andre