Results 1 to 3 of 3
  1. #1
    brownk is offline Advanced Beginner
    Windows 7 64bit Access 2003
    Join Date
    May 2012
    Location
    Evansville, IN
    Posts
    56

    GUI buttons to show reports?


    Hello everyone, i apologize in advance for what I'm about to ask but since i don't know what its called i cant really do a search for the topic and get any worthwhile results. I've been working on a project to created automated reports. Everything went fine and my reports look good. What i want now is a little GUI interface to run with several buttons, each of which opens a different report. What is this process/feature called? I just need pointed in the right direction. Thanks!

  2. #2
    alansidman's Avatar
    alansidman is offline Indifferent
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,536
    ComboBox.mdb


    You want to add command buttons. You can use the Access Wizard to help with this. With your form open in design view, click on the comman button from the available controls to add to your form. Follow the wizard.

    Another Option is to create a form similar to the one I have attached. This one allows the user to select a query from a combo box and run it. In your look up table, the value for Queries under the type field is "3", for reports you would use "-32764". You have to unhide the system tables so that you can see the mSysObjects table to see what is in there. Rehide it after you set up the combo box. Look at the code behind each of the controls. This is quick and easy to set up.

    Alan

  3. #3
    brownk is offline Advanced Beginner
    Windows 7 64bit Access 2003
    Join Date
    May 2012
    Location
    Evansville, IN
    Posts
    56
    Thank you very much!

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

Similar Threads

  1. Replies: 6
    Last Post: 05-14-2012, 07:24 AM
  2. Shortcut or Command Buttons On Reports
    By stu_C in forum Reports
    Replies: 1
    Last Post: 08-23-2011, 11:57 AM
  3. Replies: 1
    Last Post: 06-12-2011, 07:08 AM
  4. Getting Reports to show only certain data
    By CR08RTS in forum Reports
    Replies: 3
    Last Post: 03-03-2011, 05:43 AM
  5. Access Reports drop sub-reports
    By Kevin Ellis in forum Reports
    Replies: 0
    Last Post: 11-19-2010, 03:28 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