I have a report with premium payments on it that are called 1, 2, 3a, etc. and are set as currency which automatically enters $0.00 when there is no amount entered. I want to be able to enter an amount on the form so that when it shows up on the report it is in bold so it stands out from the $0.00.
Below is what PaulF had me try....but it didn't work. Any other suggestions???
If txt2<> 0 then
txt.2FontBold = True
Else
txt2.FontBold = False
End If
Thanks - and also when I try to reply to your reply there is no place in tek-tips for me to reply - it used to work for me but now the option is gone...where did it go?
Below is what PaulF had me try....but it didn't work. Any other suggestions???
If txt2<> 0 then
txt.2FontBold = True
Else
txt2.FontBold = False
End If
Thanks - and also when I try to reply to your reply there is no place in tek-tips for me to reply - it used to work for me but now the option is gone...where did it go?