I am trying to create a form that includes a drop down for record selection. I have added an ADO Data Control to my form because I like what I have read about these vs. other dsn connections. I was able to hide the ADO Data Control and use it to populate a DataCombo control, but when I try to use a click event, my code processes when the down arrow is clicked, not an item in the list. Is this even a good way to approach this or should I be using a more efficient method? I just want to do it right. Thanks in advance for listening. wfw