|
-
Jan 21st, 2021, 12:03 PM
#11
Thread Starter
Hyperactive Member
Re: Help with best practice for loading data
 Originally Posted by Shaggy Hiker
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
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|