I would like to add a button on the header of a report that will filter the text on the open report by what is in a control text box. Below is what I have tried but it is not applying the filter correctly and I am unsure of what I am doing wrong
Private Sub btnFilter_Click()
DoCmd.SetFilter ...