Hi:
I’d like to show a window where you can build a list of search criteria. This list would have 3 columns: filed name, operator, value. You could add lines, each one with a combination of filed, operator and value.
An easy way is creating a table with 3 fields, inserting record when the user adds search criteria. But how can I do it without creating that table in the Database?
Thanks