Hi
I wish to give Users the option of searching a database for a particular record(s) (OK, tuples as it is relational) based on the User's own search criteria. If there isn't anything out there I may write it myself and post it here.

What I want to be able to do is to provide a form with a combobox control which lists all the field (Column) names and allows the user to select from this (unlimited - well quite a few - criteria would be allowed). There are also two txtboxes next to this for providing either a single search value or range of values. A few checkboxes are also provided to select (and / or / not). A List or txtbox also shows the selection criteria as it is built (the text should also be editable). A final control would be necessary to either save / run the query.