G
Guest
I have a report that displays records of a list of prodcuts. I also have a
table of special codes that I need to link to a text box in this report such
that it will display the special codes in order and then recycle to the
beginning, continuing until all the records in the report have been
displayed. Example: Let's say the table has 3 values - a,b,c. Then this is
what I want to be able to do:
report text box displays
record from table
1 a
2 b
3 c
4 a
5 b
etc.
How to do?
table of special codes that I need to link to a text box in this report such
that it will display the special codes in order and then recycle to the
beginning, continuing until all the records in the report have been
displayed. Example: Let's say the table has 3 values - a,b,c. Then this is
what I want to be able to do:
report text box displays
record from table
1 a
2 b
3 c
4 a
5 b
etc.
How to do?