G
Guest
The following SQL seems to cut my Memo text to fewer characters. My knowledge
is too thin to recognise which part is doing it. Help would be much
appreciated. The ID part is Ok, the problem lies in Field1. Thanks
SELECT (Select Max(ID) from 01_LCControl where ID<tbl.ID) AS ID,
Trim(Mid([Field1],10,Len([field1]))) AS Contents INTO 15_Contents
FROM [Mod Data] AS Tbl
WHERE (((Tbl.Field1) Like "Contents:*"));
is too thin to recognise which part is doing it. Help would be much
appreciated. The ID part is Ok, the problem lies in Field1. Thanks
SELECT (Select Max(ID) from 01_LCControl where ID<tbl.ID) AS ID,
Trim(Mid([Field1],10,Len([field1]))) AS Contents INTO 15_Contents
FROM [Mod Data] AS Tbl
WHERE (((Tbl.Field1) Like "Contents:*"));