Hi everybody,
I want to know it is possible to have two group in the same instruction FOR EACH; For exemple:
For each [type] as Items in Group1 AndAlso Group2
[Loop]
Next
How i can do that?
I don't want to use two times the instruction FOR EACH.
Finally, how i can recover de data in Group1 and Group2.
Somebody can give any idea?
Thanks
I want to know it is possible to have two group in the same instruction FOR EACH; For exemple:
For each [type] as Items in Group1 AndAlso Group2
[Loop]
Next
How i can do that?
I don't want to use two times the instruction FOR EACH.
Finally, how i can recover de data in Group1 and Group2.
Somebody can give any idea?
Thanks