SaturnSeven
Programmer
The following code works fine if the field lblCatalogue is located the Report Footer section of the report. But I want to show it in the Report Header, when I move the field to the Header it doesn't update!
Is there a way to do this? or am I stuck with the Footer?
DoCmd.OpenReport "rpt DemandVolumeByStyle", acViewPreview
Reports("rpt DemandVolumeByStyle").Controls("lblCatalogue").Caption = strCat
Is there a way to do this? or am I stuck with the Footer?
DoCmd.OpenReport "rpt DemandVolumeByStyle", acViewPreview
Reports("rpt DemandVolumeByStyle").Controls("lblCatalogue").Caption = strCat