list box chosen

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
 
D

Douglas J. Steele

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?
 
F

Frits van Soldt

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top