Re: multi line combo boxes
- From: "Rick Brandt" <rickbrandt2@xxxxxxxxxxx>
- Date: Thu, 14 Jul 2005 11:41:37 GMT
bumpmobile wrote:
> In Access 2003 I have created a combo box that is linked to a memo
> field (the data in the field is just an id number but a memo is
> visible). After I make the selecton, the whole memo is visible in
> the combo box (which is good), but while I making the selection the
> combo box only shows one line for each option (as wide as the combo
> box). How do I make the entie memo visible in order to select one of
> them? I hope this makes sense.
You can't. And if you investigate further you will find that even after making
the selection you are only getting the first 255 characters from your memo
field, not the entire thing. ListBoxes and ComboBoxes cannot display more than
this.
You can use DLookup() to retrieve the full Memo field into another TextBox after
making your selection.
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
.
- Follow-Ups:
- Re: multi line combo boxes
- From: bumpmobile
- Re: multi line combo boxes
- References:
- multi line combo boxes
- From: bumpmobile
- multi line combo boxes
- Prev by Date: find record by typing value in text box
- Next by Date: Re: find record by typing value in text box
- Previous by thread: multi line combo boxes
- Next by thread: Re: multi line combo boxes
- Index(es):
Relevant Pages
|