Combo box / memo problem

G

Guest

I have an issue with a combo box. It has a short ID field (KEID) and then a
long, memo field (KERqmt) as the source. I would like to save the KEID to the
table that the combo in linked to, but I want to display the KERqmt on the
form (no need to save this data to the table). The problem I'm having is that
only the first portion of the memo field is displayed (I'm guessing 255
characters?) Any idea why I can't display the entire portion of the memo
field. Everything looks fine when I look at it in the table.
 
D

Douglas J Steele

Do you have any format assigned to the text field, or are you using any
function on the value of KERqmt?
 
G

Guest

There's no format set to the field on the form. I tried setting it to "Memo"
but this didn't change anything. The format for the field in the table is set
to Memo.
--
Thanks,

Jason


Douglas J Steele said:
Do you have any format assigned to the text field, or are you using any
function on the value of KERqmt?
 
P

privatenews

Hello Jason,


This is limitation since old version of Access. It still exist in Access
XP/2003. You could refer to the following article for details:

96987 ACC: Combo Box Displays Only 255 Characters of Memo Field
http://support.microsoft.com/default.aspx?scid=kb;EN-US;96987

If you need to view the entire contents of a Memo field, you need to use a
text box instead of a combo box.

Also, I have routed to your feedback on this to the product team and this
shall be taken seriously.

Best Regards,

Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

=====================================================



This posting is provided "AS IS" with no warranties, and confers no rights.
 
P

privatenews

Hello Jason,

Welcome. Thank you for your understanding on this.

Best Regards,

Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

=====================================================



This posting is provided "AS IS" with no warranties, and confers no rights.
 

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

Top