Hello everybody,
I have a search form, which works with the following code (wasn't written by me). If the search was successful, a new form pops up displaying the matching data.
Private Sub Befehl33_Click()
'Suche starten
Dim rst As DAO.Recordset
Dim ctl As Control
Dim...