Hi all,
This seems to be an easy task, but somehow I can't accomplish it.
I have several Month text fields (feb, mar, apr...) in a report that show a value based on a query. I would like the font of the value to show in Bold if the value is less than 85.
this is the code I tried, but doesnt work:
If Me![Feb] < "85.00" Then
Me![Feb].FontBold = True
Else
Me![Feb].FontBold = False
End If
Any help is appreciated.
thanks
martin
This seems to be an easy task, but somehow I can't accomplish it.
I have several Month text fields (feb, mar, apr...) in a report that show a value based on a query. I would like the font of the value to show in Bold if the value is less than 85.
this is the code I tried, but doesnt work:
If Me![Feb] < "85.00" Then
Me![Feb].FontBold = True
Else
Me![Feb].FontBold = False
End If
Any help is appreciated.
thanks
martin