Skip to main content
Participating Frequently
May 1, 2006
Question

pass data to another form AND database?

  • May 1, 2006
  • 1 reply
  • 407 views
Using ASP-VBscript I can easily pass form data to a database and I can pass it to another form. How do I pass it to BOTH when Submit is clicked?

Thanks.
This topic has been closed for replies.

1 reply

Inspiring
May 1, 2006
You do it exactly the same way as the separate items, you just need to
combine the operation.

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"TomHuffman" <webforumsuser@macromedia.com> wrote in message
news:e35opv$neh$1@forums.macromedia.com...
> Using ASP-VBscript I can easily pass form data to a database and I can
> pass it to another form. How do I pass it to BOTH when Submit is clicked?
>
> Thanks.


Participating Frequently
May 2, 2006
OK, could you be a little more specific. . . .