I'm developing a database which has an asset register in it (plus other things).
Asset register has a categories field, but will also have subcategories; based on the category selection.
This is where I'm struggling...
I have the category field as a Value List (manually enter values) and then I've created a subcategory table, with the fields as each subcategory and the datatype being a Value List (manually entered values).
In the form I want the category to determine which subcategories appear.
Hopefully this makes sense... Help?