JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser .
Event descriptions...
Thread starter
Thread starter
Jack Leach
Start date
Start date
Apr 25, 2010
Could someone please point me to a list of report events and their general
descriptions/usage examples? I can't seem to find anything via google...
many thanks,
--
Jack Leach
www.tristatemachine.com
"I haven''t failed, I''ve found ten thousand ways that don''t work."
-Thomas Edison (1847-1931)
More specifically, I have a report with a subreport, and I want to change the
SourceObject of the subreport based on a value in the main report...
If Me.fldReleaseType = 1 Then
Me.ctlsrptReleases.SourceObject = "rptOrders_sKBRls"
End If
--
Jack Leach
www.tristatemachine.com
"I haven''t failed, I''ve found ten thousand ways that don''t work."
-Thomas Edison (1847-1931)
I found some VBA help on it but it wasn't all that helpful... I'm not that
good with reports to begin with and if I understand correctly, report events
have a lot more usage stipulations and forms do. Looks like it'll good
old-fashioned trial & error
--
Jack Leach
www.tristatemachine.com
"I haven''t failed, I''ve found ten thousand ways that don''t work."
-Thomas Edison (1847-1931)
Thanks Marshall, that'll do.
--
Jack Leach
www.tristatemachine.com
"I haven''t failed, I''ve found ten thousand ways that don''t work."
-Thomas Edison (1847-1931)