Hi all,
I have design table1, the table1 have 10 columns ex: slno, EMP_ID, EMP_Name, EMP_loc, EMP_designation, EMP_Status.
I have imported an excel file(with formula acimport) have EMP_ID, EMP_Designation and some other date...after importing this excel in to access it will be coming in to table 2....If I use the DoCmd.CopyObject then table1 is replacing with table2 so I have lost table1...
How to replace Table2 columns( Emp_ID and Emp_Designation) into Table1 columns of Emp_ID and EMP_Designation
Emp_ID is in number format and Emp_Designation is in Text Format
Regards,
Sai