Hi Steve
it's me again
I have another problem to solve with my application. My app now has 11 tables and is pretty well normalised. Now I would like to build a custom find form (and its action) to do the following:
The form should have 9 fields out of 7 tables. There should be dynamic valuelists behind each form field (with the values which are in my database) and the possibility to combine these values for a search.
When leaving one or more fields blank the search should only combine the filled in fields (values) and ignore the not filled.
As a result page I want to have all the combined records displayed (in a table maybe) with once again fields from more than one table. Kind of a view I guess?
I think I could define a custom search form for one single table or just change the standard find form. However it puzzles me a bit that most of the .ini files are related to one special table.
How can I achieve to have such a combined search over more than one (which means 7) tables.
I have set the fulltext-search to hidden in my apps conf.ini because it would not get the matches I need exactly enough. Maybe I could modify this one?
Any idea if this is possible and how to start in the right way?
Kind regards
Markus