Hi,

Thanks for your sample database.

After Logging in to the database, I would like to add a new form that can add a user.

I have 4 textboxes

1. Name
2 Email Address
3. UserID
4. Password

I also have a command button, Add user

The textboxes should all be clear at first. Then after filling up the textboxes and when I hit the Add user button, The profile should be saved in the database and then all the textboxes should be cleared.

Thanks for your time..