I've got an Access 2003 database which works fairly well when all combined as one mdb file, but it's nearly time for data entry to begin and I've still got work to do. So I saved all the tables to a seperate file and then brought them in as linked tables, but as soon as I do that my VBA app becomes very slow to bring up data.
Now, this could be a result of network lag, however I have trouble believing it could be affecting it this much. The only thing I can consider is the fact that all data interaction is handled via code using a great deal of SQL. I am concerned that this is going to be a "Access isn't meant to be an SQL engine" type of problem, but it's really my only option as it is meant to be a single file "application". The only reason I have the linked tables is that I need the ability to continue development on a seperate copy of the file to finish some sections while people are working on what will be the live database.
I suppose I could just import their data into my copy of the database once I'm ready to move it over, but I'd rather use linked tables if I can. If anyone has suggestions as to possible solutions to the speed issue, or other ways I might be able to "link" the data which might be faster, it would be most appreciated.
Thanks,
Gavin
Now, this could be a result of network lag, however I have trouble believing it could be affecting it this much. The only thing I can consider is the fact that all data interaction is handled via code using a great deal of SQL. I am concerned that this is going to be a "Access isn't meant to be an SQL engine" type of problem, but it's really my only option as it is meant to be a single file "application". The only reason I have the linked tables is that I need the ability to continue development on a seperate copy of the file to finish some sections while people are working on what will be the live database.
I suppose I could just import their data into my copy of the database once I'm ready to move it over, but I'd rather use linked tables if I can. If anyone has suggestions as to possible solutions to the speed issue, or other ways I might be able to "link" the data which might be faster, it would be most appreciated.
Thanks,
Gavin