Ok, I’m wondering how to do this. Not a total necessity but something that could be useful in the future for what I am doing. Anyway I am wondering how I would go about setting something up where it reads a table in a database that has a few different fields in it, and if the information entered is a match with all fields then it would do something.
A good example off the top of my head would be like a user ID and password look up. If you enter such and such ID and password it will do some action if The password in the Password field is in the same row with the ID. So I guess a good drawing would be something like this.
User ID_____Password
user1_______hello
user2_______goodbye
So if you enter user1 as the ID the database would look it up and see that the password must match hello or it will pop up an error. Just curious on how you would acomplish something like that. Thanks