M Marshall Barton Apr 29, 2006 #2 Jerry said: Is it possible to strikethrough text in a form or report? Click to expand... You could use the section's print event to draw a line through the first line in a text box: With Me.textbox Me.Line (.Left, .Top + .Height/2)-Step(.Width, 0) End With
Jerry said: Is it possible to strikethrough text in a form or report? Click to expand... You could use the section's print event to draw a line through the first line in a text box: With Me.textbox Me.Line (.Left, .Top + .Height/2)-Step(.Width, 0) End With