Have been thinking about this but still haven't a clue how to do it so can't show any progress.
I have a database (database 1) which isn't always accessable to users who need excess to the data in one of the tables so a link to the table isn't possible. I can store a copy of the required table (database 2) at a location which is accessable but rather than cut and paste the data every day I would like to automate this when records are added, deleted or amended in database 1 by a user so that the table in database 2 will reflect the changes made.(and without the user being invloved).
Again I can't link from database 2 to database 1 but I have a known path for the location of database 2. I could link to the required table on database 2 from database 1 but how do I get the updates to both tables. The simple solution would be to move database 1 to the same location as database 2 but I can't do that.
The only thing that I can think might be part of a solution would be to use recordset, but as yet I have no idea how to go about it. Again thanks for any help.
tamus
I have a database (database 1) which isn't always accessable to users who need excess to the data in one of the tables so a link to the table isn't possible. I can store a copy of the required table (database 2) at a location which is accessable but rather than cut and paste the data every day I would like to automate this when records are added, deleted or amended in database 1 by a user so that the table in database 2 will reflect the changes made.(and without the user being invloved).
Again I can't link from database 2 to database 1 but I have a known path for the location of database 2. I could link to the required table on database 2 from database 1 but how do I get the updates to both tables. The simple solution would be to move database 1 to the same location as database 2 but I can't do that.
The only thing that I can think might be part of a solution would be to use recordset, but as yet I have no idea how to go about it. Again thanks for any help.
tamus