It depends upon which method that you intend to use but in
terms of the
@@identity you create a recordset on the insert page (after
the actual
insert and before the redirection that is something like this
Select @@identity as NewID from tablename
Then you would assign this to a session variable. On the
second page you
simply grab the session variable and use it to filter the
field.
--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver
Valleybiz Internet Design
www.valleybiz.net
"ferrarikid123" <webforumsuser@macromedia.com> wrote in
message
news:e3ptgh$mi0$1@forums.macromedia.com...
> Paul, could you be a bit more specific for me, I'm
trying to perform a
> similar task. If you have two pages, and using Lee's
example, how would
> you set this up? Thanks