susanmgarrett
Registered User.
- Local time
- Today, 09:37
- Joined
- Dec 7, 2004
- Messages
- 41
I've checked the archives for answers to this question, but none of them seem to apply.
I have a query as follows:
SELECT weblist.[CD Action], weblist.[Digital Action], weblist.[CD Num - Original], weblist.[CD Title - Original], weblist.[Print List Text]
FROM weblist
ORDER BY weblist.[CD Action], weblist.[AKCD-Original];
One of the field [Print List Text] is a memo field.
When I link the query to a report, the memo field will only print 255 characters.
Is there a way for me to unlock that limitation on the report.
Thanks.
S. Garrett
I have a query as follows:
SELECT weblist.[CD Action], weblist.[Digital Action], weblist.[CD Num - Original], weblist.[CD Title - Original], weblist.[Print List Text]
FROM weblist
ORDER BY weblist.[CD Action], weblist.[AKCD-Original];
One of the field [Print List Text] is a memo field.
When I link the query to a report, the memo field will only print 255 characters.
Is there a way for me to unlock that limitation on the report.
Thanks.
S. Garrett