G
Guest
Hi!
I would like to remove an item from the List when double click on the List.
The Listbox have these properties:
RowSourceType = Table/Query
Row Source = Query2
In the List0_DblClick event procedure I have this:
List0.RemoveItem (List0.ListIndex)
But it returns an error: "The RowSourceType must be set to 'Value List' to
use this method"
What am I missing? Can someone help?
I would like to remove an item from the List when double click on the List.
The Listbox have these properties:
RowSourceType = Table/Query
Row Source = Query2
In the List0_DblClick event procedure I have this:
List0.RemoveItem (List0.ListIndex)
But it returns an error: "The RowSourceType must be set to 'Value List' to
use this method"
What am I missing? Can someone help?