Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Queries / April 2007

Tip: Looking for answers? Try searching our database.

Memo Field is truncated

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Bob - 04 Apr 2007 03:34 GMT
My queries are truncating memo field after 255 characters.  I want the entire
memo field displayed
Signature

Bob

Duane Hookom - 04 Apr 2007 05:08 GMT
Share your SQL view for near instant gratification...
Signature

Duane Hookom
Microsoft Access MVP

> My queries are truncating memo field after 255 characters.  I want the entire
> memo field displayed
Allen Browne - 04 Apr 2007 09:35 GMT
Here's a list of things to check:
   Truncation of Memo fields
at:
   http://allenbrowne.com/ser-63.html

Signature

Allen Browne - Microsoft MVP.  Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

> My queries are truncating memo field after 255 characters.  I want the
> entire
> memo field displayed
David W. Fenton - 04 Apr 2007 18:05 GMT
> Here's a list of things to check:
>     Truncation of Memo fields
> at:
>     http://allenbrowne.com/ser-63.html

I was surprised to see that you didn't suggest the trick of
something like Left([MemoField], N), where N is some large number
that is greater than the length of the longest memo field value (I
use 4096 when I have to do this, which is very seldom, thankfully).
Surprisingly, it's not so terribly slow as you might expect.

Signature

David W. Fenton                  http://www.dfenton.com/
usenet at dfenton dot com    http://www.dfenton.com/DFA/

Allen Browne - 05 Apr 2007 01:41 GMT
When do you use that, David?
When you Group By the memo?

Signature

Allen Browne - Microsoft MVP.  Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

>> Here's a list of things to check:
>>     Truncation of Memo fields
[quoted text clipped - 6 lines]
> use 4096 when I have to do this, which is very seldom, thankfully).
> Surprisingly, it's not so terribly slow as you might expect.
David W. Fenton - 05 Apr 2007 20:30 GMT
> When do you use that, David?
> When you Group By the memo?

Or sorting, but when I need the whole field for display purposes. I
have two apps where it's needed, in fact, and was doing it in A97,
before the introduction of that hateful automatic truncation (which I
think is something that shouldn't happen without an affirmative
decision that you want it to happen -- how many questions are asked
about that problem?).

Signature

David W. Fenton                  http://www.dfenton.com/
usenet at dfenton dot com    http://www.dfenton.com/DFA/

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.