Results 1 to 5 of 5
  1. #1
    Jen0dorf is offline Competent Performer
    Windows 7 64bit Access 2013
    Join Date
    Jul 2015
    Location
    UK
    Posts
    453

    hyperlink - hand

    Hi



    On a form I use the following macro to open another form

    Code:
    Option Compare Database
    
    Private Sub Forenames_Click()
    DoCmd.OpenForm "frmDetail", , , "GraveID = " & Me.GraveID
    End Sub
    
    Private Sub GraveID_Click()
    DoCmd.OpenForm "frmDetail", , , "GraveID = " & Me.GraveID
    End Sub
    
    Private Sub Surname_Click()
    DoCmd.OpenForm "frmDetail", , , "GraveID = " & Me.GraveID
    End Sub
    
    Private Sub YearOfDeath_Click()
    DoCmd.OpenForm "frmDetail", , , "GraveID = " & Me.GraveID
    End Sub
    I would like to add some coding so that when the curser is over the record field it changes to the hand icon that I have set on my buttons.

    Is this possible?

    thanks

    Ian

  2. #2
    JeroenMioch's Avatar
    JeroenMioch is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2012
    Location
    Den Haag, Netherlands
    Posts
    368
    Im not sure if i get what you mean, but if you want to show a hand like your cursor is over a button then you can do the following :

    In the propperties of the label, control, or whatever you can fill in a space at the hyperlink line.
    This will make access think its a hyperlink and will display a hand at the mouseover effect.

  3. #3
    Jen0dorf is offline Competent Performer
    Windows 7 64bit Access 2013
    Join Date
    Jul 2015
    Location
    UK
    Posts
    453
    Hi

    thanks, so simple when you know how.

    SO much to learn and so little time

    cheers

    Ian

  4. #4
    JeroenMioch's Avatar
    JeroenMioch is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2012
    Location
    Den Haag, Netherlands
    Posts
    368
    No problem Ian

    Can you mark the thread as solved under "thread tools" in the header of your first post ok ?

    Greetings, Jeroen

  5. #5
    Jen0dorf is offline Competent Performer
    Windows 7 64bit Access 2013
    Join Date
    Jul 2015
    Location
    UK
    Posts
    453
    Hi

    Something else learned;-)

    Ian

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

Similar Threads

  1. Calculating Stock On Hand
    By namu23 in forum Access
    Replies: 11
    Last Post: 12-29-2014, 09:08 AM
  2. Still can't get quantiy on hand for all records
    By nightangel73 in forum Queries
    Replies: 6
    Last Post: 06-10-2014, 05:21 AM
  3. Calculate available Assets at hand
    By AIMIS in forum Queries
    Replies: 1
    Last Post: 08-07-2013, 09:06 AM
  4. Replies: 4
    Last Post: 01-05-2013, 11:07 AM
  5. Replies: 4
    Last Post: 01-31-2011, 03:19 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