Code:
Dim rst As Recordset
Set rst = CurrentDb.OpenRecordset("Tikking")
'rst.MoveLast
rst.MoveFirst
While (rst![ID] <> tikking)
rst.MoveNext
Wend

(the table "Tikking" got about 9000 records so not a chance it's empty

What should I do?