Results 1 to 3 of 3
  1. #1
    NikoTheBowHunter is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    May 2017
    Posts
    58

    Help! Image info note pop up

    Is there a simple solution or code for creating a pop up box when an icon is clicked on? Basically, like most major websites, when you see a clickable ! or ? you can click on it and a little info note pops up. Would like to do the same thing with the "On Click" function of the image on my form. So if a user is unsure of what should be entered into a field, they can click on the ? image and a little note pops up.

    Can this be done with a click down and click up? I.e. when the icon is clicked on, so long as the mouse button is held down the info note remains open/viewable, as soon as the mouse button is released, the info note goes away.

    If this can be done with code or a macro, could someone provide me with that code or instructions? I have little to no coding expectance so I turn to you good people for help. Even a link to an article with instructions on how to do the above would be great.


    Thanks and cheers!


    Niko

  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,931
    Controls have a ControlTipText property. Text in this property will display when cursor hovers over control. But it is a bit slow and users might not know about this. If you want to utilize this property, suggest a label with big red font on form with instruction "Hover cursor over field for popup tip."

    Otherwise options are:

    1. more red text labels with instructions - this is the approach I use, I find I don't need many

    2. MsgBox

    3. elaborate structure for Help references, I inherited a db with this partially developed - it involved Tag property, HTML pages with CSS, a VBA module, and something called Tipue Search - it was quite complicated and I decided it was not worth the effort and did not retain it
    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.

  3. #3
    NikoTheBowHunter is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    May 2017
    Posts
    58
    ControlTipText is exactly what I was hoping to accomplish. Only a few users using the database so this will work for what I need. thanks!

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

Similar Threads

  1. Replies: 1
    Last Post: 12-26-2016, 08:57 AM
  2. Importing a note pad file
    By nick243 in forum Import/Export Data
    Replies: 18
    Last Post: 10-11-2016, 12:09 PM
  3. Login Page and Welcome note
    By annliang in forum Forms
    Replies: 3
    Last Post: 01-23-2014, 12:49 AM
  4. Can I add a note to a Query?
    By alexc333 in forum Access
    Replies: 2
    Last Post: 07-26-2011, 11:50 AM
  5. Need help with 'note book' idea.
    By Luk3y in forum Access
    Replies: 0
    Last Post: 06-26-2009, 09:54 PM

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