Hi,
I have a system in place where one visual basic form is used for all reports and allows selection and sort criteria to be established. Problem I am getting is that I have these groupings Customer,Area,District,Site, Position.
But am trying to use the same report to group as above or just site,position. In vba code if selection is not to group by customer,area,district then I hide these groupings. i.e. groupheadercustomer.visible=false etc
Unfortunately the output is the same as if these groupings are displayed just no headers or footers. How can I actually delete these groupings?
I have a system in place where one visual basic form is used for all reports and allows selection and sort criteria to be established. Problem I am getting is that I have these groupings Customer,Area,District,Site, Position.
But am trying to use the same report to group as above or just site,position. In vba code if selection is not to group by customer,area,district then I hide these groupings. i.e. groupheadercustomer.visible=false etc
Unfortunately the output is the same as if these groupings are displayed just no headers or footers. How can I actually delete these groupings?