I have a query where I want the user to get its output by giving a number, the problem is the field can contain more than 1 number, but the current query returns only the fields with the given number.
Example: The user types in 16 and he get's all the fields with only 16
What I want is a return of all fields with " number number 16 number"
The number is variable so I can't lock it in advance.
Thanks for the help
Example: The user types in 16 and he get's all the fields with only 16
What I want is a return of all fields with " number number 16 number"
The number is variable so I can't lock it in advance.
Thanks for the help