Hi,
I have one table called Users which has columns UserID, FirstName, Surname, Category, SubCategory.
Columns Category and SubCategory both hold numbers which correspond to other tables:
Category
--------
CategoryID (Autonumber)
Category (Text)
and
SubCategory
-----------
SubCategoryID (Autonumber)
SubCategory (Text)
I am trying to build a report that shows their first name and surname and their subcategory. I want to have them grouped by their main category though. This is basically working but instead of showing the text that is in either the category or the subcategory table it is just showing the number stored in the Users table.
Is there any way round this
Thanks very much
I have one table called Users which has columns UserID, FirstName, Surname, Category, SubCategory.
Columns Category and SubCategory both hold numbers which correspond to other tables:
Category
--------
CategoryID (Autonumber)
Category (Text)
and
SubCategory
-----------
SubCategoryID (Autonumber)
SubCategory (Text)
I am trying to build a report that shows their first name and surname and their subcategory. I want to have them grouped by their main category though. This is basically working but instead of showing the text that is in either the category or the subcategory table it is just showing the number stored in the Users table.
Is there any way round this
Thanks very much