I have a text document that is linked and am trying to run a query off of that document.
I have all of my queries working great except for one thing......if a comment line drops to the next line, I'm not able to capture it.
Example:
12345
; This is the comment line.
I need to get the comment line on the first line.
Example
12345 ; This is the comment line.
Does anyone know how I can do this and make sure that the comment line is associated with the rest of the field?
Thanks
I have all of my queries working great except for one thing......if a comment line drops to the next line, I'm not able to capture it.
Example:
12345
; This is the comment line.
I need to get the comment line on the first line.
Example
12345 ; This is the comment line.
Does anyone know how I can do this and make sure that the comment line is associated with the rest of the field?
Thanks