Results 1 to 4 of 4
  1. #1
    bronson_mech is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    May 2013
    Posts
    94

    how to open report from a report using hyperlink

    I Need to open a report from another report ie.) i've 2 reports 1) overview Cost 2) breakdown Cost
    If i Click on Overview Cost ID # it Should Display Breakdown Cost For that Particular ID #............

    Pls Somebody Advice Me to Fix This.........


  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,441
    you're talking about drilling down, I haven't done it myself but here's an example:

    http://technet.microsoft.com/en-us/l...sql.90%29.aspx

  3. #3
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2013
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917
    I'm thinking the Access Report may not support such an action.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Report in ReportView, not PrintPreview, code could open another report object filtered to the ID.

    Use textbox Click event:

    DoCmd.OpenReport "reportname", , , "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. Report hyperlink to record in Form
    By Lmartinrn in forum Reports
    Replies: 3
    Last Post: 11-29-2012, 06:46 PM
  2. Error With Hyperlink In Report
    By Aaron5714 in forum Access
    Replies: 2
    Last Post: 08-02-2012, 11:42 AM
  3. Open report in Report View
    By shariq1989 in forum Reports
    Replies: 3
    Last Post: 07-10-2012, 03:43 PM
  4. open hyperlink in form - using VB
    By ender in forum Programming
    Replies: 1
    Last Post: 02-17-2012, 04:14 AM
  5. Hyperlink in Report?
    By cadsvc in forum Reports
    Replies: 0
    Last Post: 05-11-2010, 07:27 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