There are two ways to do this
1) Either you could write all the form values into Session
variables as
part of the insert routine, and then bring these to the
redirect page. or
2) On the redirect page create a recordset that grabs the
newly created
record ID and then filter the table by that and use a
standard recordset.
This link may help you
http://www.kamath.com/tutorials/tut007_identity.asp
--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver
Valleybiz Internet Design
www.valleybiz.net
"TomHuffman" <webforumsuser@macromedia.com> wrote in
message
news:e36p58$14d$1@forums.macromedia.com...
> Precisely. I have a form using DW's Insert Record
function. Upon Submit, I
> want users to be redirected to a page that displays all
the information
> they just inserted into the database.