Enrique_
Jun 26th, 2009, 10:03 PM
What is the best method of passing variable values from a form to a datareport?
Using a Public strDateRange value on a form, and
DataReport1.Sections("Section4").Controls("lblDateRange").Caption = strDateRange
for the report, displays a blank label.
Using a Public strDateRange value on a form, and
DataReport1.Sections("Section4").Controls("lblDateRange").Caption = strDateRange
for the report, displays a blank label.