G
Guest
Hi there!
I wrote some code to change a few properties of a report during it's opened.
The recordsource is also generated dynamically via VBA.
The report is grouped with the ID of a specific field. That works so far. My
problem is, that I also need to run some functions for the details area of a
group. For doing that, I need the value after which the detail records are
grouped (--> the ID of the field). I already looked at the object / -
properties which are created during starting the report, but I simply
couldn't find a property or something like that which says me what the needed
value at the moment is. Any ideas how I can read this value from the
report-object, or groupheader, or..,..? thanks in advance for your support!
I wrote some code to change a few properties of a report during it's opened.
The recordsource is also generated dynamically via VBA.
The report is grouped with the ID of a specific field. That works so far. My
problem is, that I also need to run some functions for the details area of a
group. For doing that, I need the value after which the detail records are
grouped (--> the ID of the field). I already looked at the object / -
properties which are created during starting the report, but I simply
couldn't find a property or something like that which says me what the needed
value at the moment is. Any ideas how I can read this value from the
report-object, or groupheader, or..,..? thanks in advance for your support!