Combobox text limit in an .adp

E

edoj

I've read that bypassing the 255 char limit in text & comboboxes is as easy
as changing from text to memo in .mdb files. In .adp files however, I cant
get this approach to work. I've tried changing from "char/varchar" to "memos"
equivalent- "text" with no luck. I don't see a property setting for the
combobox's text length either. I don't like the obvious alternatative of
"hard-coding" labels with static text. I'm pulling the combobox data from a
table which contains a field having text > 255 characters in length. What can
be done?
 

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

Top