J
James
Hello I have tried this:
DoCmd.ApplyFilter , "Title Like '*" & Me.txtTitle.Value
& "*'"
DoCmd.ApplyFilter , "SubTitle Like '*" & Me.txtTitle.Value
& "*'"
And It Filters the SubTitle but not the Title...
How can I get it to filter from two rows?
Many Thanks
James
DoCmd.ApplyFilter , "Title Like '*" & Me.txtTitle.Value
& "*'"
DoCmd.ApplyFilter , "SubTitle Like '*" & Me.txtTitle.Value
& "*'"
And It Filters the SubTitle but not the Title...
How can I get it to filter from two rows?
Many Thanks
James