I have a member table that has Category field that links to a different table of categories. I'm trying to make a report that will sort based on the members category and display the categories. In my members table I am using a dropdown combo box to select the category from a list based on a query. It stores the information as an Integer, the category ID from the category table. This seems like a very simple problem but I can't figure out how to display that information on my report. I have a field that is linked to the category field in the members table but it only displays the number and I want to display the name of the category that number refers to and sort by that.