Memo field in a combo box

S

stellJess

Hi,

have created a combo box that has a memo field. when an item is
selected from the dropDown list, some of the text in the memo field is
left off.

is there a way to get all of the text to be visible.

in advance, thanks for your help.
 
J

John Vinson

is there a way to get all of the text to be visible.

No.

Instead, have a separate textbox for the memo field; one way to show
it would be to use

=DLookUp("[Memofield]", "
", "[keyfield] = " & ComboName)

using your own table and fieldnames of course.


John W. Vinson[MVP]
 

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

Similar Threads


Top