P
pcbins
Is there an easy way to get a combo box to work well with over 62,000
records? I tried http://www.allenbrowne.com/ser-32.html but I think there are
too many syntax errors in the code.
Here is my current combo box source code:
SELECT [Student DB All Districts].[Data ID], [Student DB All
Districts].LNAME, [Student DB All Districts].FNAME, [Student DB All
Districts].MI, [Student DB All Districts].DOB FROM [Student DB All Districts]
ORDER BY [Student DB All Districts].LNAME, [Student DB All Districts].FNAME;
Thanks in advance!
records? I tried http://www.allenbrowne.com/ser-32.html but I think there are
too many syntax errors in the code.
Here is my current combo box source code:
SELECT [Student DB All Districts].[Data ID], [Student DB All
Districts].LNAME, [Student DB All Districts].FNAME, [Student DB All
Districts].MI, [Student DB All Districts].DOB FROM [Student DB All Districts]
ORDER BY [Student DB All Districts].LNAME, [Student DB All Districts].FNAME;
Thanks in advance!