In my report, I have two text fields beside each other. The one on the left is a reference to a field in a table and the one on the right contains a string with formulas. I want the field on the left to grow or shrink horizontaly with the text size and I want the field to it's right to float...
I want to format a field bold in my report on a specified condition. I am using the following code in the On Format section of the report ...
If C1Member = True Then
Child1.FontBold = True
Else
Child1.FontBold = False
End If
My problem is I want the field "Child1" to be...
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.