J
Jesper
I'm inserting rows in a listbox with:
Me!listbox.additem string
The listbox has the maximum of 255 columns. The string is always 2000
characters.
The first first 14 rows insert just fine, but it fails when trying to insert
the 15th, with the error message
"The setting for this property is too long" code 2176. It breaks on this
line:
Me!listbox.additem string
Is there a maximum amount of data that a listbox can hold for each row or in
total in the listbox?
I'm aware of the ca. 65000 row limit, but I'm only at row 14.
Thanks for any input.
Jesper
Me!listbox.additem string
The listbox has the maximum of 255 columns. The string is always 2000
characters.
The first first 14 rows insert just fine, but it fails when trying to insert
the 15th, with the error message
"The setting for this property is too long" code 2176. It breaks on this
line:
Me!listbox.additem string
Is there a maximum amount of data that a listbox can hold for each row or in
total in the listbox?
I'm aware of the ca. 65000 row limit, but I'm only at row 14.
Thanks for any input.
Jesper