Hello,

I'm new to ASP and dynamic Web sites, and I've got a quick question I'm sure you all will be able to figure out in a snap. Working in Dreamweaver MX, I'm looking to create a dynamic page that displays a number of database recordsets, each in a new table (Think something that looks like a blog or guestbook). I'm having no problem calling the records into a single table, but I don't know how to have a new table created for each entry.

In other words, I can do a table that looks like this:

(All 1 table)
Title: Time/Date: Entry:
BLah 6:66 p.m. 6/6 sdfkj sfsldkfm sldvm s m ...
Blah 2 6:66 a.m. 5/6 sfdiskf s;dlfk jsd lkjsdf lkjsdf ...


But not like this:

(Table 1)
Blah 6:66 p.m. 6/6
dsfj sldkfj sldkfj lsadfj alskfjd;lsafj ;laskdfj l;ksdjfl; kj ...

(Table 2)
Blah 2 6:66 a.m. 5/6
ssfdjk sdlkf sldkmf asldfm saldfj lsakdmf,mcsv'qorf ...

With server behaviors, I can use one table and scroll through each entry in the database, so I know they're all accessible individually. I just need to know how to have them display in consecutive tables down a page so that all I have to do is update the database and the site will be updated automatically. Any ideas?

Thanks in advance,
Chase Davis