I was wondering the steps to populate an existing SQL table from MSAccess DB's. The issue is that the field names from the 40 different access db's are not the same as those in the SQL table for example, in the SQL table I have a field called "Material" but the data I want to populate it with is in an access table in a field called "mat_type". I assume I will have to have a different workbench for each access db as the fields are diffrent in each. I would like to keep adding to the SQL table with all of the data in the seperate 40 Access DB's, how exactly do I keep appending to the SQL table?
Finally, I would like to add an identifier field to the SQL tables that is not located in the Acess DB's, how is this achieved?
Thanks,