Excellent! That worked great except I'm getting a little of the next field as well. SELECT patindex('%QC%', Note_Text) as 'start',charindex(' ', Note_Text, patindex('%QC%', Note_Text)) as 'length',SUBSTRING ( Note_Text ,PATINDEX('%QC%',Note_Text), charindex(' ', Note_Text, patindex('%QC%', Note_Text)))as reportdatafrom Materialwhere Material = 'D24324 REV A'It gets me this for reportdata:start length reportdata62 65 QC- Try this does this work. [MAYERL - 3/8/2010 11:04:53 AM]N
The "N" should be there. Getting closer though!ThanksLaura