listbox control

  • Thread starter Thread starter Rick Allison
  • Start date Start date
R

Rick Allison

Access 2000

bound listbox control; multi select set to Simple; four items in the listbox

When I select all four items and delete the items via VBA I have what looks
like three black bars indicating I have three rows selected when in fact the
box is now empty. When I repopulate the listbox things are all messed up.
What am I doing wrong or need to reset to indicate that the listbox is empty
and to not display anything in the listbox? Does this make any sense?

If I select each row individually and delete it; it works as I would expect.
 
Back
Top