User1122355199 posted
Hello Everyone and thanks for your help in advance. I am working on an application that llops through a dataset. Within each loop, I need to test to see if the datarow number is contained within an array. For example:
For Each Page in Pages
Test to see if page number is found in array (i.e. page number = 3, array = 1, 3, 4, 7, 8)
Next Page
The test would match on record numbers 1, 3, 4, 7, 8.
I really can't seem to figure out a way to do this. Any help would be greatly appreciated.