Problem with ListCount

J

John

Hi

I have this funny problem with the listcount property of a list control. If
there is no item in the list, Me.stafflist.ListCount returns 0 (zero). If
there are any items then Me.stafflist.ListCount returns the actual number of
items + 1. Why is that?

Thanks

Regards
 
Top