I have a form linked to SQL Server table, it has a search box that applies a filter when you click search or hit enter. The data is correct on the server table. Simple in theory , but when the results are returned they aren't correct! Sql has the below but the search returns 3 lines but all are comments "testing". Driving me nuts, what am I doing wrong? Note it's a simple split form.
Id | name | Comments
1234 | Smith | testing
1234 | Smith | testing2
1234 | Smith | testing3