Hey guys, I'm new to visual basic and I'm trying to create a piece of code that would, after clicking a particular button, prompt the user for an employee ID (preferably using InputBox), then check the ID against an existing table of registered IDs. It would return an error and prompt the user to try again if null or an unregistered string is given.
I appreciate any help.