I have a subreport set up with multiple select inputs. As a user makes a selection in select #1 subreport.update is called to pass that parameter in and then display select #2. The query for select #2 has a Y/N field named SEL_ROW for each row, and I would like to set the selected option on load to the row that is marked 'Y'. Is it possible to do something like this in a client event maybe? The query is limited to 3 rows and only one will ever be 'Y'.