Results 1 to 2 of 2
  1. #1
    smc678 is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2012
    Posts
    65

    Hyperlinks to return a Form by a transaction #

    Hello, I have a report that the Transaction ID's are hyperlinks. I need to click on the hyperlink and it open that specifc record on the form it is tied to. I tried a macro and it dosent goto that Trans ID. Any Ideas?

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    I don't think the hyperlink appearance changes how the code must be structured. Need to provide the ID as criteria.

    You want to open another form to display a record for the ID? What event is your macro tied to?

    I don't use macros. The VBA command is:
    DoCmd.OpenForm "formname", , , "ID=" & Me.ID
    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. Bundling record changes in form using transaction
    By Monterey_Manzer in forum Forms
    Replies: 2
    Last Post: 05-21-2013, 09:42 PM
  2. Replies: 1
    Last Post: 02-21-2013, 12:18 AM
  3. Replies: 7
    Last Post: 11-14-2011, 05:59 PM
  4. Displaying Hyperlinks on Form
    By runthis457 in forum Forms
    Replies: 0
    Last Post: 04-02-2011, 05:41 PM
  5. Urgent: Need to make a transaction form
    By Sheharyar_rr in forum Access
    Replies: 1
    Last Post: 10-31-2009, 10:52 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