Hi I have a table in one database (table1) which when new records are added or amened I want it these changes to be automatically updated to another table in a different database (table 2). I know this would be done by linking the tables but the problem is I don't want the structure of the tables to be exactly the same. I want only 3 fields from the original table (table1) These 3 fields would be in table 2 along with other fields.
So basically is it possible to amend 3 rows from table 1 and have these amendments in table 2 without having to retype the data and mess around with and update or make table query every time, basically have it done automatically with VBA or something. I can't figure out the best way to do it.
regards
So basically is it possible to amend 3 rows from table 1 and have these amendments in table 2 without having to retype the data and mess around with and update or make table query every time, basically have it done automatically with VBA or something. I can't figure out the best way to do it.
regards