Hello,
I started using Visual studio over the weekend. I am in no way a programmer and do not wish to be one. I made a local database and wish to be able to search more than 1 field at a time. I was hoping to do this through the GUI and not have to write any complex C# or SQL. Which I know nothing about.
I can search one field and it works. I followed a youtube video which showed me how to add a query and use the query builder (LIKE @firstName + N'%')
Basically my search results display in a datagrid below the search box.
If you could show me the SQL code to search all 3 of my fields and display in the datagrid I would be most grateful. Even if you could link me to a site I would also be greatful.
Project: Visual C#, Windows Form
Database: Service Based Database
Database: Name: dbCustomers
Table Name: tableCustomers
Field Names:
Name: firstName...