Hi, I have a list box that is using a select query as the row source data. And when the user click on a button after selecting any of the items on the list box, it should delete the item, which is fine. But the problem is, the list of items in the list box doesn't change even i use the requery method on the list box. do anyone know what I have to do to get the list of items in the listbox refreshed so that it would reflect the correct items after the action? Thanks in advance.