The combo list field will only hold 50 characters. The field width is
adequate and the default field size is set at 100 which is greater than the
record source table field size. How do I expand this?
Have you try to changed the ListWidth property of the combo from Auto to 50

Signature
If I answered your question, please mark it as an answer. That way, it will
stay saved for a longer time, so other can benifit from it.
Good luck
> The combo list field will only hold 50 characters. The field width is
> adequate and the default field size is set at 100 which is greater than the
> record source table field size. How do I expand this?
Klatuu - 26 Oct 2005 22:11 GMT
The ListWidth property is not in characters. It is in Inches or Centimeters
> Have you try to changed the ListWidth property of the combo from Auto to 50
>
> > The combo list field will only hold 50 characters. The field width is
> > adequate and the default field size is set at 100 which is greater than the
> > record source table field size. How do I expand this?
How are you populating the combo? Are you sure that the recordsource has
more than 50 characters in it?

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> The combo list field will only hold 50 characters. The field width is
> adequate and the default field size is set at 100 which is greater than
> the
> record source table field size. How do I expand this?