I am working on a database to track IT assets with third parties. I have a table called ‘Equipment’ that includes info like model, serial numbers, purchase price, date, location, and ‘Asset ID’. I have a second, single field table called ‘asset tag’ that is just a list of asset ID tags, ‘XYZ1000’, XYZ1001’, ‘XYZ1002’…..
I created a one to one relationship between the two tables on the following fields: ‘equipment.assetID’ and ‘asset tag.asset ID’
Once an ‘asset ID’ is used, I would like it to either be grayed out or disappear from the list of available ID tags. Basically, I want it so that each ‘asset tag. Asset ID’ can only be used once.
thanks for any information or recommendations
swb31763