Can anybody tell me what I am doing wrong? I have a search form that displays the results of a search. Well, in this form I have a combo box that I would like to list the...... however many records there are..... by a specific NDW number and then when an option is selected to display the information on the record. So far, I have the statement below, but it will only list more than one record if I search by a specific number. Example: If I search by 234, then it will only list one record, (I know there are about 3 records with this number on it) but if I search by 567, it will list the records that have this number on it. Why is Access being picky? Can anybody help me out here?
Form_SearchResults.NDW_.RowSource = rs3![NDW]

Form_SearchResults.NDW_.RowSource = rs3![NDW]