Attempting to create a login form. Original plan was to search database, and display output (e.g label) if the user exists. No password required.
I have limited coding ability with databases, and was attempting to search in an excel file. How do you find a record in a database?
Index |Column 1 | Column 2
1 |Bob | data
2 |John | data
How do I find 'bob'
Any help would be appreciated. I have looked in several forums, and attempted using my own knowledge, i.e streamreader but I cannot find anything
Thanks in advance.