R rohnds Registered User. Local time Today, 01:44 Joined Jul 20, 2010 Messages 19 Aug 9, 2010 #1 I have noticed that Report_Load() option is not available for reports on earlier version of MS Access. Is this unique to 2007?
I have noticed that Report_Load() option is not available for reports on earlier version of MS Access. Is this unique to 2007?
SOS Registered Lunatic Local time Today, 01:44 Joined Aug 27, 2008 Messages 3,514 Aug 11, 2010 #2 It was a new event in 2007, yes. Prior versions didn't have that one.
R rohnds Registered User. Local time Today, 01:44 Joined Jul 20, 2010 Messages 19 Aug 11, 2010 #3 Then my next question is this. I you are using earlier version, how can I assign value to ubound field in a Report at start up. The value for these field would come from a form.
Then my next question is this. I you are using earlier version, how can I assign value to ubound field in a Report at start up. The value for these field would come from a form.
pbaldy Wino Moderator Staff member Local time Today, 01:44 Joined Aug 30, 2003 Messages 36,272 Aug 11, 2010 #4 I typically assign values to controls in the format event of the section containing the control.