Linked .mdb failure

J

John

I have a Schedule db opened and it runs a routine by timer event in an open
form every 15 minutes to update files contained within it.

I have another db that links to that db's tables. If I open the Schedule db
first and then try to open the Reports db I get the following message.

Could not use; file already in use

If I open the Reports db first, then the Schedule db there doesn't seem to
be a problem but....

The Schedule db needs to be running persistently so it's important that I be
able to open the Reports db subsequent to opening the Schedule db.

Any help?
 
L

Linc

Can you reverse the direction of your linked tables. Perhaps the wrong db is
holding the base tables?
 
Top