hi,
How i Print a Sequential capital letter for Each Record to the Detail Section
of a Report
When you have a sequence counter use =Chr(Counter+64) as ControlSource.
If you don't have on, you can simply generate one by modifying your
RecordSource of your report. At a column SequenceBase: 1. Create a
running sum control based on that field. Use that control in the first
mentioned function: =Chr(runningSumCtl.Value + 64).
mfG
--> stefan <--