hi guys,
hope somebody can assist me. i have two ms access database. i
have to copy the entries in database1 to my database2. however, i
have to copy entries from database1 that does not exist yet in the
entries in my database2. i am using INSERT INTO table_in_databa se2
SELECT fields_from_tab le_in_database1 FROM table_in_databa se1 IN
directory_of_da tabase1. i was trying to put a WHERE command but i
always get an error. please help.
nick_faye
hope somebody can assist me. i have two ms access database. i
have to copy the entries in database1 to my database2. however, i
have to copy entries from database1 that does not exist yet in the
entries in my database2. i am using INSERT INTO table_in_databa se2
SELECT fields_from_tab le_in_database1 FROM table_in_databa se1 IN
directory_of_da tabase1. i was trying to put a WHERE command but i
always get an error. please help.
nick_faye
Comment