Hello,
I am trying to create an update query so that I can append a particular set of text.
I have started using the following:
Expr1: Left([Material.Ext_Description],InStr(1,[Material.Ext_Description],Chr(10),1)-2) & "" &
DLookUp("[Text3]", "User_Code", "[Code]='Line 01'")
However...there are more than one carriage return and my appended test is after the first line rather at the end.
Thanks in advance for the assist.
David