Hey everyone!
I have an issue with building an asset tracking database. I will try to describe my situation as detailed as possible in hopes that someone can help me figure out how to solve my problems.
I have two asset types, Asset1 and Asset2, which each have their own serial number mask. I dont know if this will matter for what i am trying to achieveve, but lets call the masks "Asset-1-"#### and "Asset-2-"#####. Each of these assets have their own table because their serial no are built up differently and I thought it would be more tidy to seperate the tables. Now, what these assets do is transfer material. I wish to track how much is transferred with each asset on each project they are sent to. The projects each have their own project number which i store in yet another table, called "projects". In the "projects" table i insert a lookup column with the project number, a lookup column with the asset serial number, and a third column which lists the amount of material transfered by that asset on that project. My issue is that i would like to link the primay key in both the "Asset1" and "Asset2" tables to the same "asset" foreign key column in the "projects" table.
I have tried using the "Add Existing Fields" button on the "Fields and Columns" ribbon under the "Datasheet" tab and adding the "Asset1" ID in. To also include the "Asset2" ID i tried to modify the Raw Source by going into Design view, but my options in the cells in the "asset" lookup column in the "projects" table were screwed up. Either it listed single digits, or repeated the same serial numbers about 20 times before moving on the the next.
The simple solution would be to just have one table with all my assets regardless of type, but i was hoping i could split them up.
I will greatly appreciate all help and suggestions!
I have an issue with building an asset tracking database. I will try to describe my situation as detailed as possible in hopes that someone can help me figure out how to solve my problems.
I have two asset types, Asset1 and Asset2, which each have their own serial number mask. I dont know if this will matter for what i am trying to achieveve, but lets call the masks "Asset-1-"#### and "Asset-2-"#####. Each of these assets have their own table because their serial no are built up differently and I thought it would be more tidy to seperate the tables. Now, what these assets do is transfer material. I wish to track how much is transferred with each asset on each project they are sent to. The projects each have their own project number which i store in yet another table, called "projects". In the "projects" table i insert a lookup column with the project number, a lookup column with the asset serial number, and a third column which lists the amount of material transfered by that asset on that project. My issue is that i would like to link the primay key in both the "Asset1" and "Asset2" tables to the same "asset" foreign key column in the "projects" table.
I have tried using the "Add Existing Fields" button on the "Fields and Columns" ribbon under the "Datasheet" tab and adding the "Asset1" ID in. To also include the "Asset2" ID i tried to modify the Raw Source by going into Design view, but my options in the cells in the "asset" lookup column in the "projects" table were screwed up. Either it listed single digits, or repeated the same serial numbers about 20 times before moving on the the next.
The simple solution would be to just have one table with all my assets regardless of type, but i was hoping i could split them up.
I will greatly appreciate all help and suggestions!