Hi Folks
I'm being assigned to a project at work that has an issue displaying data returned from a recordset. I have not seen the code yet, but they have described it to me - the recordset is very large, well over the 25,767 item limit to a listbox, and I think that is the problem - the listbox can't display anything because there are too many records.
I know from a google search that this is not an uncommon problem, but I'm trying to find solutions so that I can try and hit the ground running when I get the code. I'm not sure how much I'll be allowed to change the code, and I've been told that asking for changes to the SQL statement that fills the recordset may not be greeted with a lot of acceptance.
Can anyone suggest some strategies I can investigate on how to deal with this? I've seen some mention of paging methods but not much in terms of how to set that up. Can someone direct me to a resource? Any other ideas I should look at?
Thanks for your time
Craig
I'm being assigned to a project at work that has an issue displaying data returned from a recordset. I have not seen the code yet, but they have described it to me - the recordset is very large, well over the 25,767 item limit to a listbox, and I think that is the problem - the listbox can't display anything because there are too many records.
I know from a google search that this is not an uncommon problem, but I'm trying to find solutions so that I can try and hit the ground running when I get the code. I'm not sure how much I'll be allowed to change the code, and I've been told that asking for changes to the SQL statement that fills the recordset may not be greeted with a lot of acceptance.
Can anyone suggest some strategies I can investigate on how to deal with this? I've seen some mention of paging methods but not much in terms of how to set that up. Can someone direct me to a resource? Any other ideas I should look at?
Thanks for your time
Craig