I have a table tbllab1 with the following fields
Labid :autonumber
Hospital Number :Text
Testdate :date
TestResult :Text
I want to return the count of "R" in the string TestResult.I designed the following query
SELECT tblLab1.LabId, tblLab1.[Hospital Number], tblLab1.Testdate...