I have many select commands all linked together by unions. For example:
SELECT "a _GENERAL ITEMS" as Category, [General Items] as Item from [Mk 36 01Jan Source] UNION SELECT "c _OPN FUNDING", [Blank Space] FROM [Mk 36 01Jan Source] UNION.....
My problem is that my fields (ie General Items) are faced with a character limit. I think it is around 250. The fields are all memos and in my source query the entire text box is captured. It is only in the Union query where I see the character limit. Does anyone know how to circumvent this problem? I guess the answer is to make Item into some sort of memo field, but I do not know how.
Thanks,
Jimmy
SELECT "a _GENERAL ITEMS" as Category, [General Items] as Item from [Mk 36 01Jan Source] UNION SELECT "c _OPN FUNDING", [Blank Space] FROM [Mk 36 01Jan Source] UNION.....
My problem is that my fields (ie General Items) are faced with a character limit. I think it is around 250. The fields are all memos and in my source query the entire text box is captured. It is only in the Union query where I see the character limit. Does anyone know how to circumvent this problem? I guess the answer is to make Item into some sort of memo field, but I do not know how.
Thanks,
Jimmy