N
newguy
I am sure this is easy I have a 2 column table with one containing
names and the other containing a number. Based on a user input I want
to see if that combination exists:
Wayne 2
Wayne 3
Porter 5
So if they enter Wayne and the number 3 then a get a true if they
enter Wayne 5 I get a false.
Thanks
names and the other containing a number. Based on a user input I want
to see if that combination exists:
Wayne 2
Wayne 3
Porter 5
So if they enter Wayne and the number 3 then a get a true if they
enter Wayne 5 I get a false.
Thanks