Selected

D

DS

I Have a form with 2 Listboxes on it. When you click on the first
Listbox it Requeries the second Listbox. No Problem.
What I want to do is this:
Open the form and using the Selected (0) = True go to the first record.
No Problem that works. The problem is that I can't get that second
Listbox to Requery with the appropiate information. Doesn't or isn't
the Selected (0) = True suppose to work like the OnClick Event?
Any help appreciated.
Thanks
DS
 
Top