Jump to content

username and password


choobakka

Recommended Posts

this is the data stored in my MS ACCESS table:CUSTOMERID LAST_NAME FIRST_NAME ........... USERNAME PASSWORD 1 Harris Paula harrpau helloworld 2 Edwards Mitch edwamit bmwz4 etc etc I would like the user to be able to login with their username and password and then be presented with only their data to edit.how can i do this?thanks in advance

Link to comment
Share on other sites

this is the data stored in my MS ACCESS table:CUSTOMERID LAST_NAME FIRST_NAME ........... USERNAME PASSWORD        1              Harris        Paula                      harrpau    helloworld         2              Edwards      Mitch                      edwamit      bmwz4    etc etc I would like the user to be able to login with their username and password and then be presented with only their data to edit.how can i do this?thanks in advance

1. Create a form that they can input their username and password.2. when submitted check against data in database.3.If valid redirect to page that displays their dat ain a form.4. On submit update databse.If you break each step into a sperate page it will probably be easier to manage,
Link to comment
Share on other sites

  • 2 months later...

I think i can help u on the 3rd, 4rth and 5th.Firts create a stored procedure in adding a members, then create a function that will call the stored procedure. Is that correct?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...