Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2015
    Posts
    12

    Generating a report from info in a combo box


    Hello,
    I hope you don't mind another novice question. Iam trying to create a report of "current" projects. The status of each project is selected from a drop down combo box on a form. At present I can only seem to generate a report of all statuses, then select to present them in an order. But the report is huge as its all 5 statuses. Is would really like a report of just "current" and on "hold" projects and ideally just to those belonging to one team at a time (another drop down combo box). Your advice as ever would be appreciated. Sarah.[emoji4]

  2. #2
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    A parameter query may be a solution for you. You could base the query on your form and the combobox control.

    I, generally, stay away from parameter queries because, in a normal sized DB, you will end up with way too many query objects. So, other options may be to incorporate SQL within VBA to manipulate query defs.

    To create a parameter within your query object, you can add criteria to the appropriate field. If you start by typing, "Forms" (without quotes) into the criteria field, intellisense may be able to help finish the criteria expression (using the Form name and combobox name)

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

Similar Threads

  1. Generating A Count In A Report
    By McArthurGDM in forum Reports
    Replies: 3
    Last Post: 04-15-2015, 11:26 AM
  2. Replies: 14
    Last Post: 05-08-2013, 03:08 PM
  3. Replies: 6
    Last Post: 08-22-2011, 06:52 PM
  4. Help on Generating a Report!
    By ETCallHome in forum Reports
    Replies: 10
    Last Post: 06-22-2011, 01:08 PM
  5. Generating Report from Form
    By mwabbe in forum Reports
    Replies: 8
    Last Post: 08-30-2010, 12:25 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