B
Beth
I have tried everything I can think of to resolve this issue and I really
hoping for some help from the experts out here.
I have a front end database (Front.mdb) and I want my users to be able to
selectively link to different backend files (back1.mdb and back2.mdb) from
my switchboard form. To do that I have the code to loop through the
tabledefs and sets the path to the new linked file. All that works fine if I
am working from one machine.
If I have the system networked and user A is trying to relink to the backend
file that user B is using, the relink can take up to 5 minutes. If user B
closes back to the main menu where no tables are being accessed the relink
happens almost instantly.
I have checked everywhere I can think of to make sure there are no record
locking steps, but everything I have found says the tables are set with no
record locking.
I really need help to make this work. Any suggestions?
thanks,
Beth
hoping for some help from the experts out here.
I have a front end database (Front.mdb) and I want my users to be able to
selectively link to different backend files (back1.mdb and back2.mdb) from
my switchboard form. To do that I have the code to loop through the
tabledefs and sets the path to the new linked file. All that works fine if I
am working from one machine.
If I have the system networked and user A is trying to relink to the backend
file that user B is using, the relink can take up to 5 minutes. If user B
closes back to the main menu where no tables are being accessed the relink
happens almost instantly.
I have checked everywhere I can think of to make sure there are no record
locking steps, but everything I have found says the tables are set with no
record locking.
I really need help to make this work. Any suggestions?
thanks,
Beth