A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

MEMO Field cut off on Form



 
 
Thread Tools Display Modes
  #1  
Old September 28th, 2009, 06:47 PM posted to microsoft.public.access.forms
BlueWolverine
external usenet poster
 
Posts: 138
Default MEMO Field cut off on Form

Hello,

MS ACCESS 2003 on XP Pro.

I have a form trying to display a memo field which really only ever stores
text (strings if you will).

The form cuts the data off at 255 characters despite the fact that the memo
has way more than that stored in the table ( and thus the reason for the memo
field.)

What can I do to get the form to display the entire memo field?

Thanks.

--
BlueWolverine
MSE - Mech. Eng.
Go BLUE!
  #2  
Old September 28th, 2009, 07:40 PM posted to microsoft.public.access.forms
BlueWolverine
external usenet poster
 
Posts: 138
Default MEMO Field cut off on Form

I found the answer!

GROUP BY and SELECT DISTINCT queries will truncate the value of a memo field
down to a text field (ie 10000 characters to 255). So the form was based on
a group by query and thus was truncated. Once I worked around that I was
fine. The only problem will be if I ever NEEDED to have a groupby and
display the contents. Although maybe I could perform the group by and then
join to the memo field.


--
BlueWolverine
MSE - Mech. Eng.
Go BLUE!


"BlueWolverine" wrote:

Hello,

MS ACCESS 2003 on XP Pro.

I have a form trying to display a memo field which really only ever stores
text (strings if you will).

The form cuts the data off at 255 characters despite the fact that the memo
has way more than that stored in the table ( and thus the reason for the memo
field.)

What can I do to get the form to display the entire memo field?

Thanks.

--
BlueWolverine
MSE - Mech. Eng.
Go BLUE!

  #3  
Old October 28th, 2009, 01:05 AM posted to microsoft.public.access.forms
Pravin Bhoite
external usenet poster
 
Posts: 1
Default MEMO Field cut off on Form

On Sep 28, 2:40*pm, BlueWolverine
wrote:
I found the answer!

GROUP BY and SELECT DISTINCT queries will truncate the value of a memo field
down to a text field (ie 10000 characters to 255). *So the form was based on
a group by query and thus was truncated. *Once I worked around that I was
fine. *The only problem will be if I ever NEEDED to have a groupby and
display the contents. *Although maybe I could perform the group by and then
join to the memo field. *

--
BlueWolverine
MSE - Mech. Eng.
Go BLUE!



"BlueWolverine" wrote:
Hello,


MS ACCESS 2003 on XP Pro.


I have a form trying to display a memo field which really only ever stores
text (strings if you will). *


The form cuts the data off at 255 characters despite the fact that the memo
has way more than that stored in the table ( and thus the reason for the memo
field.) *


What can I do to get the form to display the entire memo field?


Thanks.


--
BlueWolverine
MSE - Mech. Eng.
Go BLUE!


Hi There,

I am facing same problem. How did you display data from query into
text box. I mean what is controlsource property for text box ? My
query is fetching the correct value but I am not able to display it in
textbox. I tried combo and list box but it truncates the data.

Thanks,

Pravin
  #4  
Old October 28th, 2009, 01:39 AM posted to microsoft.public.access.forms
John W. Vinson
external usenet poster
 
Posts: 18,261
Default MEMO Field cut off on Form

On Tue, 27 Oct 2009 18:05:57 -0700 (PDT), Pravin Bhoite
wrote:



I am facing same problem. How did you display data from query into
text box. I mean what is controlsource property for text box ? My
query is fetching the correct value but I am not able to display it in
textbox. I tried combo and list box but it truncates the data.


Base your Form on the query, put a textbox on the form, and set its Control
Source property to the name of the memo field. Textboxes don't truncate
(unless you specify a Format property for the textbox); listboxes and combo
boxes do truncate.
--

John W. Vinson [MVP]
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:48 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.