Hi y'all!
I have a form that a user can search for records four different ways. I have another form that displays the results called Results (Clever, I know
). I want the combo box on the results form to list the records that match the criteria given by the user. I also want to be able to click on that record and have it show the information. Seems simple
I cannot seem to figure it out. I have it displaying the information on my form even in the combo box, however it will not list the other records (and I know they are there). Here is the line I am having problems with.
Form_SearchResults.NDW_.value = rs3![NDW]
The .value is the problem. I also have tried AddItem, ItemData. No luck
. I'm getting really
So if anybody can help, I'd really appreciate it
Thanks a million!!!
I have a form that a user can search for records four different ways. I have another form that displays the results called Results (Clever, I know


Form_SearchResults.NDW_.value = rs3![NDW]
The .value is the problem. I also have tried AddItem, ItemData. No luck


