Error 2176, Setting for this property is too long

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I have a List Box in which throught the use of the applications I made is
populated. It works fine.
However after a while this error comes up.

Is it that a List box conly only hold a certain amount of data ? Is their a
work around ? Any other info you can give on this error ?

Any help would be greatly appreciated.

Thank you,
Jeff
 
I believe that the Row Source is limited to about 2k characters, including
the semicolon value separators. To go beyond this, the Row Source should be
a query or table. You can also set the Row Source Type to a user defined
function and leave Row Source blank. I'm not sure what the length limit
would be doing this.
 
Back
Top