I have VB6 program that uses SQL queries and an ADO connection to connect to a MS Access 2002 database. The database contains on an average 40,000+ records. The first screen in the program loads the contents of the database to a listbox; obviously this takes a while. The users want to maintain the ability to see everything, but want it to load faster. Is there a way to load faster via using a stored procedure in Access or something of that nature? Any suggestions are welcomed. Thanks.
