E
Eric Heinold
I have a shared data folder with multiple users accesses
data. Each user has a program file (another Access
database) installed on their desktop and connect to the
shared data.
Due to extreme slowness linking tables, a decision was
made to use queries to link. Our queries basically
say "SELECT * FROM tblTest In 'S:\data\test.mdb';"
This caused a problem with open forms because the test.ldb
is not created until a form is opened. Because of the
fact that Access tries to create a new .ldb before using
the existing one, the form opens very slowly each time.
I fixed this problem by opening a hidden form that
connects the test.mdb. However, now when users do
processing (we have a lot of code - it's a payroll
application), the test.mdb file will get corrupt. This
did not happen before I started using the hidden form.
Is there anything I can do to fix this problem?
Thanks,
Eric Heinold
AdaptaSoft, Inc.
data. Each user has a program file (another Access
database) installed on their desktop and connect to the
shared data.
Due to extreme slowness linking tables, a decision was
made to use queries to link. Our queries basically
say "SELECT * FROM tblTest In 'S:\data\test.mdb';"
This caused a problem with open forms because the test.ldb
is not created until a form is opened. Because of the
fact that Access tries to create a new .ldb before using
the existing one, the form opens very slowly each time.
I fixed this problem by opening a hidden form that
connects the test.mdb. However, now when users do
processing (we have a lot of code - it's a payroll
application), the test.mdb file will get corrupt. This
did not happen before I started using the hidden form.
Is there anything I can do to fix this problem?
Thanks,
Eric Heinold
AdaptaSoft, Inc.