How can i merge two identical tables of two msaccess identical db? For eg:
db1..table1 ID Name 1 Sanjana 2 Parul 3 Rohan db2...table1 ID Name 1 Sarika 2 Deepak
I want to append the values of second table into first as follows:
ID Name 1 Sanjana 2 Parul 3 Rohan 4 Sarika 5 Deepak