Hi
I have the following select statement
Cmd.CommandText = "Select EquipmentMake, EquipmentModel, EquipmentSerial FROM Repairs WHERE CustomerName like @Name";
but this only finds results if the Value @Name is entered exactly like it is in the database. How can I change it so the user could...