Memo fields in a combo box

  • Thread starter Thread starter didi
  • Start date Start date
D

didi

Hi Guys,

I am currently trying to get a combo box to be filled with memo fields
coming from a query but whenever i do the wizard it will not see the
memo fields to be picked only integer files, is it not possible to get
a combo box filled with memo fields?

Didi
 
Try creating a query that selects the fields you want.
Then set the combo's RowSource property to this query.
 
is it not possible to get
a combo box filled with memo fields?

No. Bear in mind that a memo field could in principle contain a GIGABYTE of
data - an entire encyclopedia!

You can display the leftmost 255 characters of a memo field, but in general
one would not want to do so; a combo box doesn't allow multiple lines to be
displayed, just for one thing.

What are you trying to accomplish here? What will be done with this combo?
 

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

combo box defines memo field 1
Arranging text in a memo field 2
columns in queries 3
Memo field in a combo box 1
MEMO Field cut off on Form 3
Memo in a combo-box 5
combo boxe 3
Combo Box - Quick Question 6

Back
Top