Database Results within Database Results

  • Thread starter Thread starter paul
  • Start date Start date
P

paul

Is there any way to essentially display one database
results region within another database results region?
I'm trying to show a list of dates and the articles that
were published on those dates. I want to show one
month's worth of dates on a page, and for each date show
the 10-20 article headlines. I don't want the identical
date to repeat 10-20 times next to each of the 10-20
articles from that date.

In concept, I know how I could do this by insterting one
databse results region for the headlines within another
region for the dates of the month. But FrontPage does
not appear to allow one DBR within another. Is there
another way I can solve this? For a visual example of
what I am trying to do, please see the page
http://www.convergedigest.com/Chronology/monthly.asp.
Thanks.
 
This is beyond what the Database Results Wizard can do.
You would have to program it yourself in ASP or ASP.NET.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
|| Microsoft FrontPage Version 2002 Inside Out
|| Web Database Development Step by Step .NET Edition
|| Troubleshooting Microsoft FrontPage 2002
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
Kathleen:
Thanks so much for pointing me to this page! It had
exactly the solution I needed.
Paul
 
Back
Top