list box chosen

  • Thread starter Thread starter Jenny
  • Start date Start date
J

Jenny

Hi,
I have a list box that is bound to a table with unique
key, but I wanted to deselect some items in the list box,
at the same time delete theose Items in the bound table
that were deselected in the list box. right now I can
only delete items from the very first in the list box. if
I select some other items, such as 4th or 5th items, it
won't work. Does anyone know how to solve this problem
or is there any example db about how to make list box
working?

Thanks for any help. jenny
 
How are you attempting to do this? And what do you mean by "it won't work"?
Are you getting an error message (in which case, what's the message?), is it
deleting the wrong records, or is nothing at all happening?
 
jenny said:
Hi,
Thanks for your help.
When I tried to delete other items, nothing at all
happens.
What's the problem?
Thanks,jenny
Jenny,
how do you delete the items? Post some code, that might help.
 
Back
Top