I have a form that searches for a reference number in a qry.
Me.RecordSource = "SELECT * FROM qryCheckFiles WHERE " & Me.cmbRef & " = [APU REFERENCE NUMBER]"
I want to populate a sub for to only display rows that match this qry and I am not sure how to do that.
Jack