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.