M
MrBitsy
I am filling a listbox at form open that contains 8700 records. As my
listbox can only display 15 rows, whats the point in bringing back over
8000? I am thinking of coding something that will only bring back 15 rows
and then bring further records back as the user scrolls through the list.
So, the first 15 records are retreived and the user then pages down. The
first 15 records need to be put somewhere (a listbox or array?) and the next
15 retreived.
Would this be possible? Have any of you already tried this and decided its
not worth the effort with time saved retreiving so many records? If it has
been tried could you point me to a web resouce that may explain what I am
trying to do?
Thanks,
Ray Keattch.
listbox can only display 15 rows, whats the point in bringing back over
8000? I am thinking of coding something that will only bring back 15 rows
and then bring further records back as the user scrolls through the list.
So, the first 15 records are retreived and the user then pages down. The
first 15 records need to be put somewhere (a listbox or array?) and the next
15 retreived.
Would this be possible? Have any of you already tried this and decided its
not worth the effort with time saved retreiving so many records? If it has
been tried could you point me to a web resouce that may explain what I am
trying to do?
Thanks,
Ray Keattch.