K
keith
I'm using the Format event to show/hide controls in the detail section of my
report. In order to do this, I need to access data that is in the report
record source but is not used in any control being displayed in the detail
section of the report. In forms, the RecordsetClone property provides this
capability. I could use hidden controls to get at this data, but they would
add a significant overhead and clutter things up. Any thoughts?
Thank you.
report. In order to do this, I need to access data that is in the report
record source but is not used in any control being displayed in the detail
section of the report. In forms, the RecordsetClone property provides this
capability. I could use hidden controls to get at this data, but they would
add a significant overhead and clutter things up. Any thoughts?
Thank you.