There are 4 tables that I am working with for this query. Recommendation, Section, Category, and SubCategory.
I have a form allowing the user to categorize recommendations by section, category, and subcategory using cascading combo boxes. The ID (either a number or letter) is then stored in the recommendations table.
I now need to somehow run a query listing the recommendations and the NAMES of the Section, Category, and SubCategory which are stored in those tables. This seems like it should be so simple but access just does not want to cooperate. haha.
I am able to run queries for each one seperately and I can also run one to show the recommendations with both the Section and the Category, but once I get to the SubCategory it doesn't seem to understand me anymore.
Any ideas?? Thanks in advance!!
~Kristin
I have a form allowing the user to categorize recommendations by section, category, and subcategory using cascading combo boxes. The ID (either a number or letter) is then stored in the recommendations table.
I now need to somehow run a query listing the recommendations and the NAMES of the Section, Category, and SubCategory which are stored in those tables. This seems like it should be so simple but access just does not want to cooperate. haha.
I am able to run queries for each one seperately and I can also run one to show the recommendations with both the Section and the Category, but once I get to the SubCategory it doesn't seem to understand me anymore.
Any ideas?? Thanks in advance!!
~Kristin