Home > ASP Development > ASP and Access Database

ASP and Access Database



Hello,



I have a question. I'm creating a form for users to fill out and submit the form via email(outlook). But at the same time I want their names and phone numbers to be registered in an Access database(once submitted). I can't figure the ASP coding to do this. Can anyone help me, please?

    
Guest


Quote:
Originally Posted by stephanny
Hello,



I have a question. I'm creating a form for users to fill out and submit the form via email. But at the same time I want their names and phone numbers to be registered in an Access database. I can't figure the coding to do this. Can anyone help me, please?






what server are you using? what email app using? cdonts...cdo?





pseudo code:



request posted form vars



last name

first name

phone

submit



form method is posted

last name first name phone fields

submit

end form



if submit is posted then

add to database with requested form vars

send email with request form vars

end if

Was this answer helpful ? Yes No   
Guest
 
 
Home - About Infoqu - Contact - Privacy Statement - Link to Infoqu - Bookmark Infoqu

Copyright 2007-2008 by Infoqu. All rights reserved