Hi everybody!
I have a form (form1) with a listbox (lstSelectContacts).
This listbox is based on table1.
To fill this listbox, form1 calls another form (form2) which is a special form for filtering.
After filtering, form2 fills table1 and calls back form1.
The listbox in form1 now shows the...