Question
Help to display a Recordset field
- November 13, 2009
- 2 replies
- 422 views
HI,
I have 2 sql tables 'activity' and 'rating' with a primary key of 'ratingID'. I've created a dynamic data table on page in which I want to display a column for 'rating_descrip' gathered from the sql 'rating table'. On the page table I've placed {rsActivity.rating_descrip} in a column. I've attached my 'test' page from the rsActivity which shows my 3 matching items culled from masterDB, but each shows all 4 rating descriptions (adult, child,family, teen), when each item has only one rating_descrip that matches its ratingID.
How do I enter a WHERE command or Variable to get just the matching rating_descrip to show? Also attched my screen of advanced recordset.
