S
sonofroy
I have a field with records that are in this order
Location1 - Material Name
Location2 - Material Name
Location3 - Material Name
I would like the query to only return the field with everything after the
hyphen to be removed for example
Location1
Location2
Location3
How can I query this without actually trimming the original values out?
Thanks
Location1 - Material Name
Location2 - Material Name
Location3 - Material Name
I would like the query to only return the field with everything after the
hyphen to be removed for example
Location1
Location2
Location3
How can I query this without actually trimming the original values out?
Thanks