Report design question: insert headers randomly throughout report

B

bggardens

I want to select several data records and group them under one heading and
then repeat this process randomly thorughout report. Random quantities of
data records, different headings each time. That is, I want to insert random
headings in the report. THese heaings have nothing to do with the data, no
numerical value. I don't want to change the data.
 
D

Duane Hookom

I suppose you could create a group header on your primary key and use code
in the On Format event of the section to make it visible or invisible based
on a value returned from a random expression.
 
Top