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 / Forms / May 2007

Tip: Looking for answers? Try searching our database.

Form Labels

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Kevin D. - 03 May 2007 22:04 GMT
I have a form where when you tab through the text boxes on the form the Label
for the text box that has the focus darkens or highlights.  However, when I
add new text boxes to the form and put the focus on those text boxes the
Labels don't darken.  I don't know why this is, but how can I get all Labels
on the form to act uniformly so they all darken when their respective text
boxes get the focus?

Thanks,

Kevin D
Damon Heron - 03 May 2007 23:29 GMT
The only way I know is by programming the entry and exit events.  What
version of Access do u have?

Private Sub Text0_Enter()
Me.Label1.FontBold = True
End Sub
Private Sub Text0_Exit(Cancel As Integer)
Me.Label1.FontBold = False

End Sub

Damon

>I have a form where when you tab through the text boxes on the form the
>Label
[quoted text clipped - 9 lines]
>
> Kevin D
Kevin D. - 04 May 2007 02:39 GMT
Damon,

I'm using 2003.  Sometimes the forms get a little funky.  Like some labels
get darker as I scroll through records to the point they become bold face,
while others on the same form do not.  The only way I've been able to solve
that problem is to make the label backround "Normal" instead of "transparent".

Kevin

> The only way I know is by programming the entry and exit events.  What
> version of Access do u have?
[quoted text clipped - 22 lines]
> >
> > Kevin D
 
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



©2009 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.