Limit for Items in Row Source of ComboBox

R

ryguy7272

I am wondering what the limit is, for items in the Row Source of a ComboBox.
If items are entered manually, and not coming from a Select Query, what is
the limit?

Thanks,
Ryan---
 
D

Douglas J. Steele

As far as I know, it's not a limit in terms of number of entries, but in
terms of the size of the entries: there's a maximum size that the RowSource
property can be. I think it's 1024 bytes, but I can't find that defined
anywhere.
 
R

ryguy7272

I did a Google search and I couldn't find it anywhere either, however that
1024 number seems about right.
Thanks so much Douglas!


Regards,
Ryan---
 

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