D
Damien
Is there, or has there ever been a limit to the number of
records you can show in a ListView control?
Thanks
Damien
records you can show in a ListView control?
Thanks
Damien
-----Original Message-----
AFAIK, the number of records that can be presented in a listbox is limited
by the value that can be held in an integer. Integers range from -32,768 to
32,767, so the limit is either 32,767 or 65,535 (I just don't remember
which)
However, since that's far more records than can reasonably be presented, I
think it's fair to say that the bug is in the program design.
--
Doug Steele, Microsoft Access MVP
(no e-mails, please!)
.