Re: multi line combo boxes
- From: "bumpmobile" <bumpmobile@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 14 Jul 2005 18:17:02 -0700
I was afraid of that (I didn;t notice that it only allowd 255 characters
until after my last post). Witht that said, does anyone have any suggestions
as to how I can give users the ability to chose from a number of different
memos?
"Rick Brandt" wrote:
> 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: Rick Brandt
- Re: multi line combo boxes
- References:
- multi line combo boxes
- From: bumpmobile
- Re: multi line combo boxes
- From: Rick Brandt
- multi line combo boxes
- Prev by Date: Forms datasheet mode
- Next by Date: Re: multi line combo boxes
- Previous by thread: Re: multi line combo boxes
- Next by thread: Re: multi line combo boxes
- Index(es):
Relevant Pages
|