My app is split into the classic FE and BE. Data tables are in two mdb's and the app is another. One of the main forms on the App is tied to a form by a query that links two tables in a 1 to 1 relation ship. For Business reasons the 1 -1 needs to be maintained. When the User is on the machine with the data mdb's and the App(the "Master" FE) they can add new records delete them etc. Both sides of the 1-1 tables get updated ( via code in the afterupdate of the form ).
My problem is that when a client machine connects to the data on the "master machine" over a lan the right hand side of the 1-1 table does not get updated thus causeing the tables to get out of synch. It will make a record in the left hand side of the 1-1 but not the right.
When the client, or Master, for that matter starts up I have code that checks the links to the data mdb's ensureing that they are there.
Using msAccess 97
Any ideas greatly appreciated.
My problem is that when a client machine connects to the data on the "master machine" over a lan the right hand side of the 1-1 table does not get updated thus causeing the tables to get out of synch. It will make a record in the left hand side of the 1-1 but not the right.
When the client, or Master, for that matter starts up I have code that checks the links to the data mdb's ensureing that they are there.
Using msAccess 97
Any ideas greatly appreciated.