C
cookdw60
I am looking for a way to update data in a table from the back end to
front end without linking the table in to avoid the users in front end
from locking and causing problems in the back end. I originally did
this by using make table queries, but I have run into problems with
the table in the front end being referenced at the time by reports
which lock that table. Is there any way to avoid the table from being
locked when being accessed from a query or a report? If not, is there
a better way to update the table to avoid linking and at the same time
table lock issues??
front end without linking the table in to avoid the users in front end
from locking and causing problems in the back end. I originally did
this by using make table queries, but I have run into problems with
the table in the front end being referenced at the time by reports
which lock that table. Is there any way to avoid the table from being
locked when being accessed from a query or a report? If not, is there
a better way to update the table to avoid linking and at the same time
table lock issues??