rohnds
08-09-2010, 12:51 AM
I have noticed that Report_Load() option is not available for reports on earlier version of MS Access. Is this unique to 2007?
|
View Full Version : Report_Load() in Earlier Versiob of MS Access rohnds 08-09-2010, 12:51 AM I have noticed that Report_Load() option is not available for reports on earlier version of MS Access. Is this unique to 2007? SOS 08-10-2010, 03:45 PM It was a new event in 2007, yes. Prior versions didn't have that one. rohnds 08-10-2010, 09:13 PM 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 08-10-2010, 09:34 PM I typically assign values to controls in the format event of the section containing the control. |