P
P
Hi,
Access 2002. I created a list box with multiselect set to extended. I would
like to offer a command button that selects all items for the user. I am
trying:
For each varItem in lstAccounts
lstAccounts.Selected(varItem) = True
Next varItem
I am getting run-time error 438: Object doesn't support this property or
method. Any suggestion? Thank you. P.
Access 2002. I created a list box with multiselect set to extended. I would
like to offer a command button that selects all items for the user. I am
trying:
For each varItem in lstAccounts
lstAccounts.Selected(varItem) = True
Next varItem
I am getting run-time error 438: Object doesn't support this property or
method. Any suggestion? Thank you. P.