Posting to two asp pages from field form

R

Ralph

I want to post the data from a field form to more than one
asp page. I want the option of running more the one Query
using the input of a feid form.

Please help!

Thanks

Ralph
 
T

Thomas A. Rowe

You can post to a single page that returns results from two different
queries based on specific value or to run one or the other queries, not
something that you can do (easily) with the FP database component, needs to
be hand written.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
M

MD WebsUnlimited.com

Hi Ralph,

You can use server.execute to submit the same POST (form fields) data to a
second query
 
R

Ralph

Hi Mike:

Thanks for you prompt reply. However, I need more
information as I am not an experienced programmer and need
your help desperately. I did some programming in Basic in
the early 80's at NBC for an automatic measuring system.
Now I need to know how to use the server.execute step by
step. Will be writing to microsoft as I think your help
is great and prompt. Regards. Ralph
 
Top