Hello,
I have a table with a Description field that contains data as follows: (there is a carriage return before each "Class...." string.
---------------
Mary Heads Carter Park
Class "A"
Josey Ranch Greenbelt
Class "B"
-------------
I want to create a new column containing the substring 'Class "A"', 'Class "B"', etc... then I will Group on this new column.
How do I substring the Description field to pull just the Class... piece?
thank you!!
I have a table with a Description field that contains data as follows: (there is a carriage return before each "Class...." string.
---------------
Mary Heads Carter Park
Class "A"
Josey Ranch Greenbelt
Class "B"
-------------
I want to create a new column containing the substring 'Class "A"', 'Class "B"', etc... then I will Group on this new column.
How do I substring the Description field to pull just the Class... piece?
thank you!!