How can I set a list box so that the first record in the list box is highlighted and all info related to this record is displayed???
Printable View
How can I set a list box so that the first record in the list box is highlighted and all info related to this record is displayed???
Hi Gilly
Set the listbox's .ListIndex to 0
Hope this helps
Ian
What would I do if I used DBList rather than a ListBox?