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
Code Help
Collapse
X
Comment