I have tried separating the tables from my database application. So, I have a frontend db with everything but tables, and a backend db with just the tables.
But the system runs very slow when doing data entry (although there are functions being called on the after_update event).
It seems 5 times faster when the tables are in the same database as the data entry forms.
Also, I work for a company that store all computer files on the network. You can't save anything to your hard drive.
Any ideas? Is this a record locking issue?
I have tried turning the front end into an mde, but that doesn't seem to help
David Pimental
(US, Oh)
But the system runs very slow when doing data entry (although there are functions being called on the after_update event).
It seems 5 times faster when the tables are in the same database as the data entry forms.
Also, I work for a company that store all computer files on the network. You can't save anything to your hard drive.
Any ideas? Is this a record locking issue?
I have tried turning the front end into an mde, but that doesn't seem to help
David Pimental
(US, Oh)