PleaseGiveHelp
Programmer
I have created an application that consists of 4 text boxes displaying data from database along with a data grid that displays the results in the text boxes, yet in more detail. My database is a SQL Server database. I am able to add data, delete data and modify data using this form. However I am having difficulties attempting to search. It is very annoying to have to click on the arrows to go to the first, last, previous or next record. I want to add a search button so that the user will be able to jump ahead to the record that is searched. I don't even know where to start. Please help. For your purposes, lets say the text boxes are: account number, Name, company and phone number. I'd like to be able to search using one or any of the text fields.