Hi,
I have been strugling to desing the following.
I have a table that keeps the asset information.
Example:
RecID
AssetTypeID
DateCreated
Each asset type can have different options. So I need my Options table. If my RecID wasn't the autonumeric field, I could create the Options table and have one-to-many relationship joined on RecID field. But, I am not building the database from the scratch, I am just modifying it, so I don't want change the logic behind RecID field.
Is there any other ways to have my options stored in another table and relate them to each asset record.
Please help
Thanks.
I have been strugling to desing the following.
I have a table that keeps the asset information.
Example:
RecID
AssetTypeID
DateCreated
Each asset type can have different options. So I need my Options table. If my RecID wasn't the autonumeric field, I could create the Options table and have one-to-many relationship joined on RecID field. But, I am not building the database from the scratch, I am just modifying it, so I don't want change the logic behind RecID field.
Is there any other ways to have my options stored in another table and relate them to each asset record.
Please help
Thanks.