-
Searching problem!!
I have a DAO database and a bunch of labels, with the information about the players bound to the labels(eg.lblPlayerName,lblPlayerAddress,lblPlayerPhone) with a datacontrol. I would like to have a textbox with a command button, into which I will be able to type a players name press the button and search for a particular players name, then for all the labels to be updated to the players name that has been typed into the textbox. Is this possible with bound controls, or will I have to do it with a bunch of sql statements?
Thanks in advance.......