font

S

sam

Can someone tell me if there is something like the following for
'strikethrough'?


Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
Me.txtStatus.FontBold = True
End Sub
 
J

John Spencer

No, there is no strike through font ability in Access.

You could simulate it to some extent, by using a line control the same size
as the text control. Setting the visible property of the line control to
true or false as required.

If you check out Stephen Lebans' site you might find something there to do
what you want, or at least you might find a way to resize the line control
to match the length of the text.
www.lebans.com

--
John Spencer
Access MVP 2002-2005, 2007-2008
Center for Health Program Development and Management
University of Maryland Baltimore County
..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top