N
Nichole
I have a field called TaskDesc that contains a vendor
name. The vendor name is the first text in the TaskDesc
field. I would like to parse the field to return only the
vendor name assigned to that task. Here is an example of
the values in the TaskDesc field.
VendorNm: description of the task
All vendor names are followed by a colon and a space. The
vendor names have varying length. I sense that a mid or
left function should be used, but cannot figure out how to
make it cut off at the colon.
name. The vendor name is the first text in the TaskDesc
field. I would like to parse the field to return only the
vendor name assigned to that task. Here is an example of
the values in the TaskDesc field.
VendorNm: description of the task
All vendor names are followed by a colon and a space. The
vendor names have varying length. I sense that a mid or
left function should be used, but cannot figure out how to
make it cut off at the colon.