Thx - but the form_open also didn't work:
Private Sub Form_Open(Cancel As Integer)
Me!Liste2.Requery
End Sub--> there is still a loop, i.e. access doesn't stop to execute the query. Also when I click on a line in the listbox, it gets refreshed again, even though I have no on_click event in the...