I'm in the process of creating a simple data access page address book, but I can't seem to figure out how to do a search on multiple fields, e.g. I want to be able to search by first name and surname.
At the moment I have two command buttons one to search first name and one to search surname. I want to be able to fill in the two text boxes(one for firstname and the other for surname) and have one command button to search both fields.
At the moment I have two command buttons one to search first name and one to search surname. I want to be able to fill in the two text boxes(one for firstname and the other for surname) and have one command button to search both fields.