I have a user that wants to search through a document and find WORD1 and when it occurs with 5 words of WORD2.
I can see that this can partially be achieved by using wildcards in the find function: "WORD1 * WORD2"
Is there a way to limit this to only have 5 words between the two??
Thank you
I can see that this can partially be achieved by using wildcards in the find function: "WORD1 * WORD2"
Is there a way to limit this to only have 5 words between the two??
Thank you