I am a new Access programmer and I have the following problem:
I am creating a product feature tracking database. The Main table is Feature containing the following fields:
Name
Category
SubCategory
Here are the two related tables
Category
---------
ID
Name
Priority
SubCategory
-----------
ID
Name
Priority
CategoryID
There are a number of records in Subcategory for each specific Category. What I want to do is to present a ComboBox on the Feature form that presents the relevant records from SubCategory depending on what is selected for Category. This requires that I be able to determine the contents of the Category field from the Feature record. Is this possible?
Thanks
-cliff
I am creating a product feature tracking database. The Main table is Feature containing the following fields:
Name
Category
SubCategory
Here are the two related tables
Category
---------
ID
Name
Priority
SubCategory
-----------
ID
Name
Priority
CategoryID
There are a number of records in Subcategory for each specific Category. What I want to do is to present a ComboBox on the Feature form that presents the relevant records from SubCategory depending on what is selected for Category. This requires that I be able to determine the contents of the Category field from the Feature record. Is this possible?
Thanks
-cliff