you should have posted this in MS Access thread
is this correct
strSQL = "SELECT * FROM Artikelen WHERE Artikelnr = &_
""& frm![te verwachten bestelling subform]!Artikelnr & " ;"
Set rs = db.OpenRecordset(strSQL, dbOpenDynaset)
do you filter a Table "Artikelen" by field "Artikelnr", in this case you will get a recordset with same "Artikelnr" field, and I'm not shure about
frm![te verwachten bestelling subform]!Artikelnr , you get a criterya from the subform, I suppose that you should take criteria from parent form's controll, describe your task more carefully.