Choosing fields at runtime

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

Guest

Suppose I want the user to choose the fields he wants in the report and also
grouping levels is it possible?
 
vinayak said:
Suppose I want the user to choose the fields he wants in the report and also
grouping levels is it possible?


Yes. You can set a control's or a GroupLevel's
ControlSource property in the report's Open event. (Note
that the controls and GroupLevels must exist in the report's
design.)
 
Back
Top