Control Tips

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tbeers
    New Member
    • Nov 2007
    • 63

    Control Tips

    Goo dmorning.

    Another simple questions with I'm sure a simple answer.

    Using Access 2007. For some reason, controls tips not working when I hover mouse over a field. It is universal meaning it doesn't work on any fields in any forms. It used to......


    -Tomb
  • RuralGuy
    Recognized Expert Contributor
    • Oct 2006
    • 375

    #2
    Is there any chance you have a timer event running somewhere?

    Comment

    • missinglinq
      Recognized Expert Specialist
      • Nov 2006
      • 3533

      #3
      ControlTips are always temperamental, in my experience, frequently taking way longer than is reasonable to show up, or, as in your case, not showing up at all. Since my forms are mainly "full scree" I go to the trouble use a short label, the width of the form, across the bottom to provide information to the user when a field is entered.

      I've seen your question posted many times, and the only successful resolution I've seen posted was a case where the developer always designed his forms, and after he had all his controls in place, functioning properly and with the ControlTips working properly, overlaid rectangle controls to "group" the controls logically. When done, none of the previously working ControlTips functioned. The resolution in this case was to select each rectangle, goto Format on the menu and select "Send to Back." That done, the ControlTips worked again.

      Linq ;0)>

      Comment

      Working...