Text character limits

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've increased the character limits for my text field in my table design to
255 characters. However, in my report, it's still only showing 50
characters. Any suggestion?
 
Is the size of the textbox large enough to display more than 50 characters?
To be sure, open the report in design view. Click on View > Properties to
display the properties dialog (if it is not already displayed). Select the
textbox in question. You should see the name of the textbox displayed in the
title bar of the properties dialog. Select the Format tab. Set the Can Grow
property to Yes.


Tom

http://www.access.qbuilt.com/html/expert_contributors.html
http://www.access.qbuilt.com/html/search.html
__________________________________________
 
Moni said:
I've increased the character limits for my text field in my table
design to 255 characters. However, in my report, it's still only
showing 50 characters. Any suggestion?

You need to make the control in the report larger or allow it to "grow."
 
Is there any way to convert a 'memo' field into a text field?

I want to take the last 200 chars out of a memo field and dump them
into a text field. Is that possible?

Thanks much.

jk
 
JK said:
Is there any way to convert a 'memo' field into a text field?

I want to take the last 200 chars out of a memo field and dump them
into a text field. Is that possible?

Thanks much.

jk

I have not tried it, but the right function should do it. Just use an
update query.
 
Thanks Tom and Joesph.
I could have sworn it didn't work yesterday, but today,
"=right([note],200)" works just fine. Yesterday it was giving me
Error0 as the result.

But now it's fine.

(sigh)

jk
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top