PDA

Click to See Complete Forum and Search --> : List box limitations


wayneat
Dec 10th, 1999, 03:15 AM
I have a table with over 36,400 records. Is there a limit to how many records can be called into a list box. I'm currently getting an error message before the list box finishes. (Run time error 5 invalid procedure call or argument)is the error message I'm receiving. Thank you for your help.

MartinLiss
Dec 10th, 1999, 03:54 AM
In the Control Limitations article in Help it says that the limit is 32K. :(

------------------
Marty

jkurpias
Dec 10th, 1999, 03:58 AM
VB5 says: "Maximum number of items is 32K; the limit on the size of each item is 1K"

I couldn't similar or updated infor for VB6!

MartinLiss
Dec 10th, 1999, 04:00 AM
My reply was for VB6.

------------------
Marty