J
Judy Ward
We have two different Access databases, the SAR database and the Use Case
database. The SAR database has code to "kick out" users which needs to be
done daily in order to make code changes and/or compact & repair the db. The
Use Case db wants to link to a table in the SAR db to provide information for
a report. The problem is that when the Use Case db has the SAR db linked
table open, the "kick out" code does not work and the SAR database cannot be
compacted and repaired.
The only solution I can think of is to programatically link the table, run
the query and then unlink the table. Can anyone provide sample code to do
this? Or does anyone have a different idea?
Thank you,
Judy
database. The SAR database has code to "kick out" users which needs to be
done daily in order to make code changes and/or compact & repair the db. The
Use Case db wants to link to a table in the SAR db to provide information for
a report. The problem is that when the Use Case db has the SAR db linked
table open, the "kick out" code does not work and the SAR database cannot be
compacted and repaired.
The only solution I can think of is to programatically link the table, run
the query and then unlink the table. Can anyone provide sample code to do
this? Or does anyone have a different idea?
Thank you,
Judy