I'm running a report from a form and have a text box which the user types in a word. At the moment I've the following code:
DoCmd.OpenReport "Staff Details", acViewPreview, , "[Last name] = '" & [Text4] & "'"
This works fine but instead of entering a full word in Text4 I want to insert a Like...