Hi,
What am I trying to achieve
I have a main form that contains a subform and I want the contents displayed inside the subform to be filtered by the value of a textbox in the main form.
Main form = Form1
Sub form = Subform1
TextBox = Text1
See picture below
Currently, my subform is not displaying anything, just comes up empty despite setting the parts I have marked in yellow in the photo below i.e. filtering the tblMovements by case id = value in text box 1
![]()