The search form is where the user would perform the search. Access would perform the search within two of my tables. The "Results" form displays the results. In the Results form is where the combo box is. I want it to list the records that have, lets say the DWG#, on it and list them. Then I or the user could click on a record and have Access display the contents. I have it working so far exept for listing the other records. It will only display one. The line I am having trouble with is this one:
Form_SearchResults.NDW.value = rs3![NDW]
The .value is the problem. I've tried AddItem, Itemdata, and those will not work either. If you could help that would be great. Thanks a million!!