You have to be able to pull the ID out of the database of the
record that
was just inserted. The Insert Record behavior doesn't do
that. You either
have to hand code it to grab that ID and create a session
variable or assign
the value to a variable.
There are a couple of extension that I know of that do the
work for you. I
don't know which server model you are using, but Tom Muck has
one at
http://www.tom-muck.com for most
server models and there is an ASP only one
at
http://www.ultrasuite.com.
Both are commercial extensions.
--
Nancy Gill
Adobe Community Expert
Author: Dreamweaver 8 e-book for the DMX Zone
Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
2003)
Technical Editor: DMX 2004: The Complete Reference, DMX 2004:
A Beginner''s
Guide, Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
Web Development
"rob dalton" <webforumsuser@macromedia.com> wrote in
message
news:erkrrk$6p8$1@forums.macromedia.com...
> when i insert a record from a form into a database i
want to go directly
> to an
> edit form to edit the rest of my profile but im just
getting an error how
> can i
> do this. i think i need to pass an id parameter but an
insert record does
> not
> give me this option how go i do it.
>
>
>