Many thanks for the prompt responses - downloaded the latest code.

The inclusion of {} sorted it - many thanks, and yes im using sql query for search as I want the results to be sorted by more than 1 criteria.

As to the first problem - I don't have that button on my toolbar - nor do I have the tabs in Object Inspector . My OS is windows 8.1 - don't know if that's the problem? Im using MVD 1.21

Greetings, hoping you can help.

Just started using MVD - as I no longer have access to Delphi. How do I get to the .pas to set .onclick etc procedures?
Also I am having trouble with my bespoke searches (I want multiple order by statement). I am trying set my WHERE variable to the text in an edit box, but  Select * from dbtable Where (dbtable.field = "editbox")  doesn't find anything.(nor does "editbox.text"). Im assuming that I have to set up a parameter to the value in the editbox?

Hoping that this makes sense

Dave