I created a simple product support FAQ data base with a form. There are 2 Cascading Combo lists, so the 2nd list is populated but the first list selection.
User input goes like this: Combo List 1 Product (select a product) Combo List 2 Model (select a product model)
Summary Field (this is a summary of an issue)
Detail field ( this is text for detail of an issue)
Solution field ( this is test for a solution)
User will use a Search Form to locate an FAQ
For a search I would like to include or not include Product and or Model. Also look for keywords in the text boxes. A search result with be one of more records in a form view.
Where should I start?