|
-
Jan 25th, 2018, 05:52 PM
#11
Thread Starter
Addicted Member
Re: Please Help!! Im on a deadline and I cant figure this out!!
 Originally Posted by OptionBase1
You also need to put the password verification code that was in the Login Sub into the VerifyPassword Function.
And as I mentioned above, you need to add additional code in VerifyUsername that does a "Return True" if the username is found. So, if you look at your code, do you see a place where you are already determining if the username is found? If so, that is where the "Return True" statement belongs.
And here's a hint: When a function returns a value, any loops that are in progress automatically get terminated and the function exits.
Thats what I dont understand though..How do i connect the two functions?? If I put anything that has to do with the password in the username function i get an error??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|