I am using this code to change the font based on the report name and text field. It Works!
Dim crobj As Object
With crReport.Sections.Item(3)
For Each crobj In .ReportObjects
If crobj.Name = FieldName Then
If FirstForm <> "Form1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.