Add and delete items in a listbox

J

John Vinson

how do I delete the selected item in a listbox?

If the Listbox is based on a Table or a Query, either delete the
record from the Table or Query (be aware that this will affect all
uses of the table), or modify the Query so that it doesn't return this
record. If it's a List of Values, open the form in design view, view
the listbox's Properties, and edit its ValueList property to include
or exclude the values you want.
 

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