someoneelse 0 Newbie Poster

I would like to highly customize my detail view.

For instance, it is pulling info from a table, and one field in the table is cateogoryID. This relates back to another table where all the cateorgy types are declared. (Main table is demos, and then there is a table called Cats, where it should cross refernce the number it gets in demos to the ID field in the table Cats).

How can i accomplish this inside visual developer express? Or, how can i accomplish it when I click the view source button and manually edit the code?