PossiblySoup
New member
- Local time
- Today, 09:15
- Joined
- Dec 15, 2021
- Messages
- 4
I'm building a database for tracking assets and wanted a way to associate assets with one another (like a sensor that is currently plugged into a detector would be associated with that detector). The way I'm currently doing this is by using a multi value field linking back to the same table: specifically, records in the AssetList table have a multi value field called LinkedAssets that lists the IDs of associated records in the same table.
I have built a form for viewing individual assets in detail and included a subform that is intended to display any associated assets, but so far I've only been able to get it to display assets that have the current record in their LinkedAsset field. Ideally, I want the subform to also include any assets that the current record has in its own LinkedAsset field, but after messing around with union queries and other things I got nowhere.
If anyone has guidance or can point me towards the next steps, that would be greatly appreciated.
I have built a form for viewing individual assets in detail and included a subform that is intended to display any associated assets, but so far I've only been able to get it to display assets that have the current record in their LinkedAsset field. Ideally, I want the subform to also include any assets that the current record has in its own LinkedAsset field, but after messing around with union queries and other things I got nowhere.
If anyone has guidance or can point me towards the next steps, that would be greatly appreciated.