How do I Make ComboBoxes Visible in Report Header

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • clintonf
    New Member
    • Sep 2011
    • 16

    How do I Make ComboBoxes Visible in Report Header

    Hey all,

    Apparently this isn't as obvious as I thought in Access 2007.

    In my report's design view I added a combobox to the Report Header area. The combobox is filled via a query and I used the default options for the rest of wizard that pops up when you create a combobox.

    The problem is: the combobox isn't visible!

    Under the properties
    • enabled = yes
    • column count = 2 (default)
    • everything else = default


    I tried moving the combobox to the page header and the detail section but it's still not visible.

    I'm not sure what I'm missing here.

    Any ideas?

    Thanks!
  • RuralGuy
    Recognized Expert Contributor
    • Oct 2006
    • 375

    #2
    Reports are not interactive, they are basically a piece of paper. What are you trying to achieve.

    Comment

    • clintonf
      New Member
      • Sep 2011
      • 16

      #3
      I'm looking at attendance data, in 6 classes, for each month. I want to use the combobox to output one month of attendance data at a time and move back and forth between months.

      Thanks!

      Comment

      • RuralGuy
        Recognized Expert Contributor
        • Oct 2006
        • 375

        #4
        Put the ComboBox on a *form* and Preview the Report from the FORM with a WhereClause.

        Comment

        Working...