1
116
I have this expression to get all data before "50 underscores"
Expr1:
Left([Job_Operation.Note_Text],InStr(1,[Job_Operation.Note_text],"_________________________________________________",1)-2)
& "" & DLookUp("[Note_Text]","Operation","[Operation]='H.T. 01'")
ie:
First Line "Blah" 'CR'
Second Line ___________ 'CR'
Third Line "Blah"
The text after the underline is getting replaced by 'H.T. 01'. I seem to be
getting additional Chariage Returns left behind. I have checked the text,
and there is only one. Yet when I run the update query I end up with
additinal ones.
David
Expr1:
Left([Job_Operation.Note_Text],InStr(1,[Job_Operation.Note_text],"_________________________________________________",1)-2)
& "" & DLookUp("[Note_Text]","Operation","[Operation]='H.T. 01'")
ie:
First Line "Blah" 'CR'
Second Line ___________ 'CR'
Third Line "Blah"
The text after the underline is getting replaced by 'H.T. 01'. I seem to be
getting additional Chariage Returns left behind. I have checked the text,
and there is only one. Yet when I run the update query I end up with
additinal ones.
David