Quote Originally Posted by Shaggy Hiker View Post

The other design would be where you want to do something for each owner in some set of owners, but there always has to be an owner for the action to make sense. In that case, if no owner was selected in the combobox, you'd iterate through all the owners in My.Application.Owners, and if there was an owner selected, then you'd just do the action using the selecteditem from the combobox.
Yes... this is what I want.

This is what I am going for... basically I am creating a statement for the owner. The same code would be applied either to only one owner. Or, if left blank, it loops through the owners in My.Application.Owners and does the same code for each Owner. Basically creating individual reports for all owners versus just one report for one owner.

Ugh... not sure I explained that well either, but I think you know what i am going for based on the explanation above!

Chrissy