FrontPage database questions

J

Jim Smiley

Hi all;

Trying to set up a page that will allow users to change/edit their
info in our database. Here's what I want to do.

Step1- User enters their ContactID. On "Submit" a form will appear
that displays current data on file.

Step 2- User edits form data and on "Submit", database is edited to
reflect new values.

FYI-Database connection is established and I am able to create a
"Criteria" page that will display the users current info.

Any help, or direction to help, would be appreciated.

Regards;

Jim Smiley
 
S

Stefan B Rusynko

Take a look at
http://www.asp101.com/samples/login.asp
For the login
and
http://www.asp101.com/samples/db_edit.asp?action=edit&id=721017
For the Edit

--




| Hi all;
|
| Trying to set up a page that will allow users to change/edit their
| info in our database. Here's what I want to do.
|
| Step1- User enters their ContactID. On "Submit" a form will appear
| that displays current data on file.
|
| Step 2- User edits form data and on "Submit", database is edited to
| reflect new values.
|
| FYI-Database connection is established and I am able to create a
| "Criteria" page that will display the users current info.
|
| Any help, or direction to help, would be appreciated.
|
| Regards;
|
| Jim Smiley
 

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

Top