> Hello,
> I have three list boxes. The first one has a list of colleges, the second
[quoted text clipped - 7 lines]
> entries and I'm not quite sure how to approach this. Thank you in advance
> for any help you can provide.
Hi Joanne,
If you are only permitting a single college to be selected (i.e. the
AllowMultiSelect property of the listbox is False), then if no selection has
been made, the ListIndex property of that listbox is -1. If a selection has
been made, the Listindex property is in the range 0 to number of items - 1.
If you are permitting multiple selections in the listbox (i.e.
AllowMultiSelect is True), then you need to check the Selected property of
every item in the listbox. if one or more items is True, then you have at
least ine selection.
There are code examples for these properties in the VBA help.

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org