S
Scott
Currently we have a report that changes it's Grouping of the report
programmatically when the report opens using:
Me.GroupLevel(0).ControlSource = "Vendor"
However I would also like to specify the sorting of the Grouping to be
either Ascending or Descending using VBA but I could not find the syntax for
it. Does anyone know of an example or what the property is? Thanks.
programmatically when the report opens using:
Me.GroupLevel(0).ControlSource = "Vendor"
However I would also like to specify the sorting of the Grouping to be
either Ascending or Descending using VBA but I could not find the syntax for
it. Does anyone know of an example or what the property is? Thanks.