I work in MIS, and one of my job descriptions is to manage inventory control. I have created an Access dbase for this, and after many wasted hours, I decided that using Tab Control on a single form was the best solution.
There are four categories that I have created thus far (possible expansion in the coming weeks, depending on how this goes): Computer(s), Monitor(s), Printer(s)/Multi-Function Unit(s), and Other. There are a number of fields for each category, such as Serial Number, Asset Tag, Vendor, Model, etc.
I want to have each category associated with its own table, but I can only assign one record source to the form. I tried using just one table, but if I create one record, say, for Computers, and another for Printers, the data shows up on the same record number, and displays the data in the same row of the table...not what I'm looking for.
Any suggestions on how I can go about fixing this Tab Control? Or is there another way to do this on a single form (multi-form didn't appeal to me when I tried)?
There are four categories that I have created thus far (possible expansion in the coming weeks, depending on how this goes): Computer(s), Monitor(s), Printer(s)/Multi-Function Unit(s), and Other. There are a number of fields for each category, such as Serial Number, Asset Tag, Vendor, Model, etc.
I want to have each category associated with its own table, but I can only assign one record source to the form. I tried using just one table, but if I create one record, say, for Computers, and another for Printers, the data shows up on the same record number, and displays the data in the same row of the table...not what I'm looking for.
Any suggestions on how I can go about fixing this Tab Control? Or is there another way to do this on a single form (multi-form didn't appeal to me when I tried)?