Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Reports / Printing / March 2008

Tip: Looking for answers? Try searching our database.

font

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
sam - 31 Mar 2008 14:29 GMT
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
Signature

Thanks

John Spencer - 31 Mar 2008 14:42 GMT
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

Signature

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

> 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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.