Ok. so i'm not quite sure how to do this. I have searched many of website but cant really find too much.
I have a database in MS ACCESS that holds user information. I have the insert function working on this. I have used VB.NET CODE.
What i want to do now is check to see if a user exist b4 they can create their information. I have SQLCHECKUSER in a function and if it returns true, then it means a user exist. so if it returns false, then it will insert the information they have given.
Can someone please help me with this or direct me in the right place.
Thanks