Hi, I'm creating a project using VB.Net Windows Form and I want to create a Log-In form that can Add New User (Limited to 5 User Accounts), Delete User Account, and Change Password. I want to use Microsoft Access with it. What are the codes I should use to create it?
I also want each User to have their own database. For example, User 1 can only access Database1 but not Database2. And User 2 can only access Database2 but not Database1.
I am a beginner and I only see MySQL tutorials on YouTube but I don't have MySQL.
On my main form, I put two textbox where the user can log-in, a "Log-In" button, and a "Register" button. Register button leads to another form where the user can register.