I have split a database containing tblRDL. A form named "Entry" is used to input data that is saved to tblRDL. The backend is on a network drive and the frontend is on my PC's local drive. This works fine. I have copied the frontend database for another user to enter data. Due to volume and primary key issues, the data needs to be stored on two separate tables. The new user's table is tblRXS. I have changed the names of the table in the frontend everywhere possible that I know. I have added tblRXS to the backend as well. But, when I enter data into form "Entry" from the frontend database with tblRXS, the data is still saved to tblRDL on the backend. I have also used the linked table manager to update the links, but that does not work. I basically want several frontend databases on several different machines to save data to several different tables on one backend database. Any ideas?