We have two tables Projects and Panels. There is a one to many relationship between them.
On our Proposals form there is a projects combo which displays all of the projects and a panels combo box with a related valuelist that shows only those panels for the selected project. All of that works fine.
When we put the form into find mode, we can open the projects combo and select any project, but we cannot select any value from the panels combo, even if we select a value from projects first.
Ideally when in find mode we would like to select any panel.
Is there some way to accomplish this?