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


Reply With Quote