G Guest Apr 11, 2006 #1 Suppose I want the user to choose the fields he wants in the report and also grouping levels is it possible?
Suppose I want the user to choose the fields he wants in the report and also grouping levels is it possible?
M Marshall Barton Apr 11, 2006 #2 vinayak said: Suppose I want the user to choose the fields he wants in the report and also grouping levels is it possible? Click to expand... 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.)
vinayak said: Suppose I want the user to choose the fields he wants in the report and also grouping levels is it possible? Click to expand... 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.)