Report design question: insert headers randomly throughout report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top