Sub Report Master / Child Link Data VBA Question (1 Viewer)

Shisho2k

Registered User.
Local time
Today, 03:57
Joined
Aug 12, 2012
Messages
29
Does anyone know exactly what happens behind the scenes with the master and child linked data that connects the report and subreport?

I'm trying to capture what gets passed in and work with it in the OPEN event, but I have no clue where and how it gets sent. I've tried searching quite a bit for hours, and haven't turned up anything on the subject. :banghead:

Maybe I'm just not aware of the right terminology for this.

My report passes in a date to my sub-report, and I'd like to do some code things with that date inside the subreport. I just have no hint of an idea of where it's stored. I tried calling from the field itself, but the event as far as I can tell happens before any header or detail fields get populated.
 

vbaInet

AWF VIP
Local time
Today, 08:57
Joined
Jan 22, 2010
Messages
26,374
Format event of the Detail section is where the data gets "populated and formatted" on the controls. Click the section and look for the Format event.
 

Users who are viewing this thread

Top Bottom