How to change category display
I have followed the tutorial and applied to my own project. When building an admin site using WA Data Assist on the Item Detail page it displays the category as 1 or 2 for Music or Gear from tutorial. How can I change it so that it displays the name rather than the ID so rather than 1 or 2 it would show Music or Gear.
Thanks


You would update your recordset on that page and add an INNER JOIN in the FROM clause. This would allow you to look up other information based on the stored ID, including the name, and display it on the page. 
