Change field from 50 to 100 letters

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

Forgot how to change the field of a combo box to have more letters than 50?


Thanks in advance.........Bob Vance
 
Forgot how to change the field of a combo box to have more letters than 50?


Thanks in advance.........Bob Vance

Make the change in the Table in which you're trying to store the value
from the combo box.

Combo boxes don't (usually) contain data - they are just a tool to
move data from a RowSource (usually a table, sometimes a list of
values) into a field. The limitation on size is not in the combo box,
it's in the table.

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

Back
Top