Results 1 to 2 of 2
  1. #1
    nono5551212 is offline Novice
    Windows 8 Access 2013
    Join Date
    Jun 2014
    Posts
    11

    On Got Focus - Hover over text box and display text in another textbox

    Hello,



    When I mouse over TEXTBOX1 I want it to display the phrase Hello World in TEXTBOX2.
    When the Mouse moves away from TEXTBOX1 I want TEXTBOX2 to go back to normal.. (Empty)

    How can I get the below VB to work? Or something similar.. I'm assuming a mouse move event or something

    Code:
    Private Sub TEXTBOX1_GotFocus()
        Display Hello World in TEXTBOX2
    End Sub
    
    Code:
    Private Sub TEXTBOX1_LostFocus()
        Clear TEXTBOX2
    End Sub
    Thank you in advance for your help.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 9
    Last Post: 04-18-2014, 08:51 PM
  2. Replies: 6
    Last Post: 10-01-2013, 10:58 AM
  3. Replies: 3
    Last Post: 08-18-2011, 07:31 AM
  4. Text Get Focus
    By blueraincoat in forum Forms
    Replies: 4
    Last Post: 03-14-2011, 06:10 PM
  5. Replies: 2
    Last Post: 11-16-2010, 10:55 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums