Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Linking FE to BE with 1 to 1 table relation ship

Status
Not open for further replies.

ablom

Programmer
Jul 9, 2007
2
CA
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.

 
Thanks for the White Paper info.

I am embarrased to say that the problem was that when I installed the FE on a client machine the right hand side table of the 1-1 was NOT getting linked to the correct ( i.e backend) data file. So the required tables were never being joined.

Alls well that ends well. Appreciate the help.

Ablom
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top