G
Guest
Hi
How can I set the value of a heading on a report from VBA.
I have tried.
With Reports![rptDynamicTopSuppliers
..txtHeading.Value = strHeading
..txtSubHeading.Value = strSubHeading
End With
But neothing is displayed in the text boxes. Can anyone help?
Thanks
How can I set the value of a heading on a report from VBA.
I have tried.
With Reports![rptDynamicTopSuppliers
..txtHeading.Value = strHeading
..txtSubHeading.Value = strSubHeading
End With
But neothing is displayed in the text boxes. Can anyone help?
Thanks