R
random
I have four end users on an 2003 DB. I need to create worklist by alpha split
then count. Based on number of accounts for the day the alpha may vary.
Bottom line, I'm attempting to spread the work load evenly, but ensure
everything is done. The data is streaming from an interface link where the
account are created/scheuduled. This data is imported into the DB. I first
created a query with Mod 4+1, but this does not sort by alpha then divide the
count. I want to take 100 records a-h are the first 25 assign to user #1.
Next: I-K, take 25 assign to user #2... etc
Is there any way to accomplish this? The problem is that you cannot set a
specific alpha range or count as it may vary based on the name of clients and
number for that specific date.
Thanks
then count. Based on number of accounts for the day the alpha may vary.
Bottom line, I'm attempting to spread the work load evenly, but ensure
everything is done. The data is streaming from an interface link where the
account are created/scheuduled. This data is imported into the DB. I first
created a query with Mod 4+1, but this does not sort by alpha then divide the
count. I want to take 100 records a-h are the first 25 assign to user #1.
Next: I-K, take 25 assign to user #2... etc
Is there any way to accomplish this? The problem is that you cannot set a
specific alpha range or count as it may vary based on the name of clients and
number for that specific date.
Thanks