C
ChrisK
Dear all,
I'm seeing something strange with the .Count property of a multiselect list
box in Access 2000. When I first open the form and use the following
statement:
If Me.lstQuoteComponent.ItemsSelected.Count = 0 Then
This property always evaluates to 0 no matter how many items are actually
selected. If I run the code through again, it correctly shows the number of
items selected.
CK
I'm seeing something strange with the .Count property of a multiselect list
box in Access 2000. When I first open the form and use the following
statement:
If Me.lstQuoteComponent.ItemsSelected.Count = 0 Then
This property always evaluates to 0 no matter how many items are actually
selected. If I run the code through again, it correctly shows the number of
items selected.
CK