Here is some more clarification.
The ID #s contained in tbl_users are separated by commas. There are between 1-20 ID #s for each user, all contained within one field (called categoryID).
In tbl_categories, each categoryID has its own row and corresponding categoryName.
How can I query tbl_users for a user's categoryIDs and have the output display the categoryName(s) from tbl_categories?
Thank You for your time.