Database report

A

annaMac

I must be doing something wrong (again) I need to open a database page that
filters the results ie: only shows the results of people living in
Manchester. If I set the query as follows: SELECT * FROM Results WHERE City
= '::Manchester::' I get the No records returned when I run the page even
though I know there are some records containing Manchester - (This is
selected from a drop down list when someone inputs the info into the form.)
Must be the Syntax I am using?
 
Top