Hi
I am trying to get the text out of the middle of a notes field.
Field is called notes in a table called productpack. I am doing this in a view. I have been trying something like below in the column section of the view but all it returns is what I have typed below
'Select SUBSTRING.[Productpack.Notes,28,6)'
The test example I am trying to get out is 218109 from the row below.
Pack created by Works Order 218109 on 01/02/2017
Could someone advise how to do this please in the View.
Thanks
I am trying to get the text out of the middle of a notes field.
Field is called notes in a table called productpack. I am doing this in a view. I have been trying something like below in the column section of the view but all it returns is what I have typed below
'Select SUBSTRING.[Productpack.Notes,28,6)'
The test example I am trying to get out is 218109 from the row below.
Pack created by Works Order 218109 on 01/02/2017
Could someone advise how to do this please in the View.
Thanks