Results 1 to 4 of 4
  1. #1
    benjammin is offline Advanced Beginner
    Windows XP Access 2010 32bit
    Join Date
    Nov 2010
    Posts
    60

    click on report to open more information

    Hi, I am working on my calibration database and right now all calibration records are stored in tblCalLog and I can make a query and a report to show all calibrations but what's lacking is the detailed information contained about each calibration. I want to be able to run the report, see all the calibrations sorted by date and location (i've already done this) and then if you see a record you want to view more information you can click it and it will show you the details about that calibration (stored in other tables on the left).

    Click image for larger version. 

Name:	query_rel.jpg 
Views:	11 
Size:	65.5 KB 
ID:	9394



    How would I go about doing something like this? I've considered pulling ALL the detailed information from all the tables in one query but that seems bloated and incorrect. Any direction would help. Thank you.

  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    I have never tried it but I do not believe there is drill down capability in MS Access reporting, however, you can build a form that runs on the same query as your report and if someone wants to drill down to a specific record they can choose it from a list box or series of cascading combo boxes until you define the record(s) you are interested in.

  3. #3
    benjammin is offline Advanced Beginner
    Windows XP Access 2010 32bit
    Join Date
    Nov 2010
    Posts
    60
    So then how would I print a report like that from a form or can you just print the form?

  4. #4
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    You'd build the exact same query you have shown above but if they are drilling down to an exact record you would have a criteria of [forms]![Formname]![fieldname] where the FIELDNAME field would contain the calibrationID of the record you're interested in.

    If you're using cascading combo boxes it would be the name of the combo box, if you're using a list box it would be the name of the list box.

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

Similar Threads

  1. double click to open
    By spleewars in forum Programming
    Replies: 7
    Last Post: 05-22-2012, 11:52 AM
  2. Report does NOT open on BUTTON CLICK
    By taimysho0 in forum Programming
    Replies: 3
    Last Post: 01-04-2012, 02:38 PM
  3. Click button to open a new image
    By tia in forum Forms
    Replies: 2
    Last Post: 10-10-2011, 11:03 AM
  4. Tables/Queries/Etc Won't Open on Double Click
    By William McKinley in forum Access
    Replies: 3
    Last Post: 07-27-2011, 07:45 AM
  5. Mouse click to open form
    By darryl.charles in forum Programming
    Replies: 0
    Last Post: 09-05-2008, 10:33 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