I have a DB that was in use on one computer. Now, I need to set it to work simultaneously on two computers.
DB is split to one Access file that contains only tables and to another that has forms, reports, queries, macros and modules. One copy of Access file containing forms, reports... is copied on the computer nr. 2 while computer nr. 1 contains one copy of file with tables and one copy of file with form, reports... Both Access files with Forms, Reports... are accessing the same one file containing tables.
It all works fine in case program is active only on one computer, or if it is initiated first on computer nr. 2 and then on computer nr. 1. In case the program has been initiated on computer nr. 1 first, it does not work on computer nr. 2. Messages "Invalid database object reference." followed by "Object invalid or no longer set." then followed by "The visual basic for Applications project in the database is corrupt." then again for 4 times "Object invalid or no longer set." then again "Invalid database object reference." for 3 times and after that Access allows only blank database to be opened.
What should I do to make computer nr. 2 work unrelated to which machine triggered it first?
DB is split to one Access file that contains only tables and to another that has forms, reports, queries, macros and modules. One copy of Access file containing forms, reports... is copied on the computer nr. 2 while computer nr. 1 contains one copy of file with tables and one copy of file with form, reports... Both Access files with Forms, Reports... are accessing the same one file containing tables.
It all works fine in case program is active only on one computer, or if it is initiated first on computer nr. 2 and then on computer nr. 1. In case the program has been initiated on computer nr. 1 first, it does not work on computer nr. 2. Messages "Invalid database object reference." followed by "Object invalid or no longer set." then followed by "The visual basic for Applications project in the database is corrupt." then again for 4 times "Object invalid or no longer set." then again "Invalid database object reference." for 3 times and after that Access allows only blank database to be opened.
What should I do to make computer nr. 2 work unrelated to which machine triggered it first?