I’m working on a program that needs to be accessed from more than one location, but only one user at a time will be allowed access the program. For that reason I need to use the network which is dragging down the performance of my program. I’m doing my best to avoid using the network like crunching the data on the local drive first but eventually need to store the data on the network. Are there any techniques I may use to help me speed things up? Also if it’s worth mentioning, monthly I’m adding roughly 250,000 records.