954,136 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Registration form help

I can't seem to find a tutorial or anything about this kind of registration form. It is extremely urgent, so any help is *greatly* appreciated.

Ok, i have a registration form needing to submit the following information:

DSN: userlogin

User_ID: i want this submitted to all the tables in my database. It's not an autonumber.

Align_Name: I want this submitted to the alignment table only.

And last, I want the email, password, and user_name submitted to the registration_form table.

Also if you have any other tips - THANKS! :)

charmed0rz
Newbie Poster
1 post since Jul 2004
Reputation Points: 10
Solved Threads: 0
 

This should get you started

First Name:
Last Name:
EMail:
UserName:
Password:

Query page

INSERT INTO CustTable (CustFirstName, CustLastName, CustAddress, CustCity, CustZipCode, UserName, Password, Password2)
VALUES ('#Form.FName#', '#Form.LName#', '#Form.Email#', '#Form.UserName#', '#Form.Password#')

cfnut
Newbie Poster
8 posts since Jul 2004
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You