I am trying with difficulty) to produce a search using a variable.
How can I produce a find that will look for a string of characters within a field.
i.e. I have a variable '@varfind', it is filled with the surname 'thomas'.
My find needs to look for the word 'thomas' anywhere within the 'Name' field.
The data is imported to the application with variations such as Mr Thomas, Miss C A Thomas, Sir John Thomas QC, etc.
I would like the find to work from a macro and use a table to display the results. I have tried combining a '*' with @varfind but this does not work. Yet it will work as a straight forward find. Somehow I can't build a variable with a * in front.
Rob
How can I produce a find that will look for a string of characters within a field.
i.e. I have a variable '@varfind', it is filled with the surname 'thomas'.
My find needs to look for the word 'thomas' anywhere within the 'Name' field.
The data is imported to the application with variations such as Mr Thomas, Miss C A Thomas, Sir John Thomas QC, etc.
I would like the find to work from a macro and use a table to display the results. I have tried combining a '*' with @varfind but this does not work. Yet it will work as a straight forward find. Somehow I can't build a variable with a * in front.
Rob