Hello,
I'm very new to using VB.Net so I found it quite difficult to understand other answers that I searched for.
Basically, I have an project to develop where a user can create an account, and log in with it.
So far I have :
Created a database in ms access with the relevant fields (2003 edition)
Created a VB form with the correct text boxes etc. and linked the text boxes to the database.
What I need :
I would like to be able to code it so that when the form is opened, a new blank record in the database is automatically generated.
When a button is pressed, information in the text boxes will be updated into the new record.
Any help would be appreciated. (I'm very new to VB so the simplest ways would be the best)
Thanks