There is probably a simple solution for this but it is not coming to me at this time.
I would like to have portal to a table that will display the records based on 2 criteria set by the user.
Example
Table 1
Car Model
Color Selection (red, green, blue, all)
Table 2
Car Model
Color
Year
In the main table the user would navigate to the record with the desired car model and then select the desired color [color:red]or All Available Colors. The portal on Table 1 would then display the available cars from Table 2.
No problem setting this up for the model and any one of the color options, but I am having a problem determining how to also offer the "[color:red]All Available Colors" option.