need to submit data to 2 records in database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have a form where a visitor will input the wife's information on the left
side and the husband's information on the right.

i need to be able to use a single SUBMIT button to send the wife's info into
to the database on one line and the husband's information on the next line.

help! please?

john
 
You have to hand code the ASP to create 2 insert record statement.
or

Why not just have a single record with fields for both?

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

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
You have to hand code the ASP to create 2 insert record statement.

i was afraid of that. i'm not code-savvy enough to pull that one off. i
was hoping to be able to put 2 forms on one page. then have one submit
button send form 1 to the database followed by form 2.
Why not just have a single record with fields for both?

well yeah. that's what i had initially. however for reasons not relevant
to the question at hand, i need to generate 2 records in the database.

john
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top