You could do this quite easily in code. For data that is already there, you will need some other parameter to sequence the records, unless you just want to take, say 4 records for a customer for a day, and randomly number them 1, 2, 3, 4.
If you add this number each time a record is created (on the form's Before Insert event) then it will go smoothly.
How do you want to proceed?
mmcdonal
|