Hello.
I am working with vb 2005 express and ms sql server 2005 db.
I have a form with several textboxes and comboboxes, etc. I have a binding navigator that is working fine for flipping one by one through the dataset.
I would like to add a button that would allow me to search the database for specific records by entering text into one or more of the textboxes.
For example, instead of flipping through all 200 records until I find John Doe, I would like to be able to enter Doe in the last name field and John in the first name field and pull up all records that satisfy the search criteria.
I am not sure if this is an easy task or not, but it will be needed as the dataset is growing larger every day.
Thanks in advance for any guidance.
I am working with vb 2005 express and ms sql server 2005 db.
I have a form with several textboxes and comboboxes, etc. I have a binding navigator that is working fine for flipping one by one through the dataset.
I would like to add a button that would allow me to search the database for specific records by entering text into one or more of the textboxes.
For example, instead of flipping through all 200 records until I find John Doe, I would like to be able to enter Doe in the last name field and John in the first name field and pull up all records that satisfy the search criteria.
I am not sure if this is an easy task or not, but it will be needed as the dataset is growing larger every day.
Thanks in advance for any guidance.