Code Help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Desitech
    New Member
    • Apr 2009
    • 56

    Code Help

    From a Main Form, I have a Combo Box and a Command Button. I want to have the user select a name from the combo box, then click the command button. The result I want is to have a report open only returning the name and the data of the receord on the report. For example: I have a table entitled "TblTeams" each record has a Year, TeamID, Name1, Name2, Name3, & Name 4. I have a Report entitled "RptTeams". The report returns all the records from the table. I only want to report the year selected in the combo box. I am sure this is a simple thing, But I am still learning. Thanks
  • NeoPa
    Recognized Expert Moderator MVP
    • Oct 2006
    • 32654

    #2
    You should find this straightforward after reading Example Filtering on a Form.

    Let us know how you get on.

    Comment

    Working...