well, I have one main search form which searches different type of data, say, user info, and company info for example, and in my search form I use one drop down to display the results based on what you searched for, so if you searched for users, then the combo box will show you a list of matching users, if you searched for companies, then you'll get a list of companies in the combo box. I wanted to make it so that when you click on the combo box, the app will call 1 method to load the corresponding form which will display and let you view/edit data. When you do the search I pre-set a val in my app that tells me what type of data we're looking at.