ms access - updating one table with the value of another table and the two tables are in seperate database -


i have 2 tables in 2 databases. 2 tables columns same. need update table1 data table2. 2 tables in 2 databases. have query update data in same database.

update table1 inner join table2 on table1.code = table2.code set table1.marks = [table2].[marks];

this query successfull in same database. have 2 databases in location mydocuments in c. database1 , database2. how can 2 databases, update table1 data database1 table2 in database2 .

in database1 link (attach) table2 database2, , query run before.

go menu external data, access , link table using wizard.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -