Picking from lists

F

Fay

I have a main form with a combo box that picks class name. That populates a
list control that provides the user access to the sessions run of that class.
In the On click event of the listbox it requieries the main form. Also on the
main form is the information about the selected session. The problem is that
it always displays the top most session and never changes the displayed
material. The main form connected to a query that has unique records set to
Yes. What am I missing? Obviously something minor. Thanks for the help. Fay
 
Top