Hello!
This is my first post to this forum, so I'm kind of losing my virginity right now
I am also new in VB. I hope that somebody would help me!
Ok, I have a problem with a database.
I want to make a program which has one input textbox, button "OK" and one Label.
then I have a MS access database file with 2 columns.
First column is for "First name" and the second one is for "Last name"
They contain names that don't repeat, which means every single one of them is unique.
I want this pogram to work like so: User types a first name into the textbox, hits "OK" button and then the program searches from the database column "First name" if the name exists. And if it exist then displays "Last name" (which is on the same row as "first name") as the label.
Is there anybody so kind and help me out with this? Some tutorials or code?