Hi all!
I'm very new to all this sql, but what a world!
I'm trying to create a webform for a club. This is what I want it to do:
Register as member
Add personal details about yourself, such as allergies.
Register for an event and have the database send an automated notification about who has signed up.
I've managed to get the register form and login form to work, but now I want the logged in user to be able to update their personal details, like phone number and address.
In my world that means that I would have to bind a table (containing the user data) to another table (containing the users log in details) so that just the logged in person can see and edit his/her details.
I'm using Visual Studio 2010.
Please hint me in the right direction.
