Hello experts,
give you an example:
I have a table with one field and two record and the field values are "DOG" and "CAT".
I would like to create a report that will allow me to decide how many times repeat the value found.
example 1 (3 TIMES DOG AND 2 TIMES CAT):
DOG
DOG
DOG
CAT
CAT
example 2 (ONCE DOG AND 6 TIMES CAT):
DOG
CAT
CAT
CAT
CAT
CAT
CAT
It's possible to do this at runtime using VB 2010 code or crystal report function?
Now the report is:
DOG
CAT
Thanks in advance.
Edited by: Actarus_1975 on Aug 9, 2011 5:49 PM