I have a newly created access 2007 database and have just started to import old historical data over from excel sheets to my backend. There is one table in particular that has grown very large. It is over 1 million lines and will be well over 2 million by the time it is finished. It is 6 columns wide. The file itself has grown to 61 mb. Any queries, charting, or viewing of the data of any kind has become extremely slow, even if i place the files on my own computer instead of the network. The data is in such a way that I can't see how to create a primary key and the field wich is typically searched through is already indexed in the design view of the table. This indexed field has many duplicates and that is why it isn't a primary key. One site I read suggested keeping the linked backend open as long as the frontend is opened through code, but I am unsure if this would help or how exactly to do it. It was also suggested on the site that I turn off the compact and repair on close, but this seems weird cause I always figured that helped speed.
Any suggestions on what could be done or what to look into would be helpful. Thanks
Any suggestions on what could be done or what to look into would be helpful. Thanks