Is there a way to only return the text from a field that matches the criteria?
For example, if the criteria for the query is "Like *########*" (any 8-digit numbers at any position in the field), and there is a record where the field contains this text: "for customer #99999999 calling about an issue", can you return just the "99999999" part in the query?
Thanks.
For example, if the criteria for the query is "Like *########*" (any 8-digit numbers at any position in the field), and there is a record where the field contains this text: "for customer #99999999 calling about an issue", can you return just the "99999999" part in the query?
Thanks.
Comment