I have tried with DoCmd.OpenForm "sub_Indicators", , , "[LaboratoryID] = " & Me.LaboratoryID, but when the form is open LaboratoryID is set to "0".
I wonder why in the loaded form "sub_Indicators" Property sheet - Filter [LaboratoryID]= 652 (this is the correct number in first form), but on...