combo box search field problem on form

H

hfreedman

I used a combo box and selected "Find a record on my form based on the value
I selected in my combo box". The drop down does list all the field values of
the records in the table. However, when I select any value from the drop down
box, it does not go to the appropriate record, but remains on the current
record. Any help would be appreciated. Thanks so much! - Howard
 
H

hfreedman

Never mind...looked up other threads..the problem was that I changed the name
of the combo box so there was no "After Update" proc for the new name. I
fixed it and it's working now.
 
Top