I am working on fixing an existing database to keep track of assets, students, owners, classes, and instructors. The method I have been using to try to check items in and out is not working. I am attempting to use a form with space for different assets and their ID numbers to be entered. The major problem I am facing is I am not sure if the database is even designed correctly to do this. I have 5 different types of assets, each put into their own table. This was done because not all of the assets require the same fields. I want to allow students to check in and out different types of equipment. All of the sample databases I have seen only use one asset table since they all have the same fields. Can I even use multiple tables to keep track of the different types of assets and still be able to check them in and out or do I need to have all of my assets in one table? Please help, I'm lost.
Thanks![]()