K
Kaccess
Guest
Hello:
I'm wondering if anybody can help me.
I am printing reports and am trying to strikethrough phone numbers in the phone field based on the presence of a value in another field. Nothing happens with the code below: Any help would be appreciated, I'm new at this access thing. It probably shows.
If Me![NO_CONTACT_FLG] = "N" Then
Me![PHONE].Font.Strikethrough = True
Else
Me![PHONE].Font.Strikethrough = False
End If
I'm wondering if anybody can help me.
I am printing reports and am trying to strikethrough phone numbers in the phone field based on the presence of a value in another field. Nothing happens with the code below: Any help would be appreciated, I'm new at this access thing. It probably shows.

If Me![NO_CONTACT_FLG] = "N" Then
Me![PHONE].Font.Strikethrough = True
Else
Me![PHONE].Font.Strikethrough = False
End If