H
Helen
I need to make a random selection from a master list based on criteria, so
some entries in the master won't fit the criteria.
First, I narrow down the master to those entries that DO fit, then I need to
select from that narrowed list randomly.
What I WANT to do, is to count the entries that fit the criteria, generate a
random number RND, between 1 and COUNT, and choose the RNDth record, but I
don't know how. I know how to get the first, last, average, .... but not the
3rd, 10th, 125th etc.
Thanks for being here to put questions to!
Helen
some entries in the master won't fit the criteria.
First, I narrow down the master to those entries that DO fit, then I need to
select from that narrowed list randomly.
What I WANT to do, is to count the entries that fit the criteria, generate a
random number RND, between 1 and COUNT, and choose the RNDth record, but I
don't know how. I know how to get the first, last, average, .... but not the
3rd, 10th, 125th etc.
Thanks for being here to put questions to!
Helen