Hi,
I'm working on someone else's database and trying not to change the tables, but they are not normalized and I need to regularly import .csv files. I can use an append query to add the newly imported records into a temp table, but I need to copy the values from the the temp table into the the correct fields of the existing table based. If I don't then all the queries and forms will be referencing the wrong table. Can someone tell me how to write a VBA procedure to do that?
Thanks,
Tom
I'm working on someone else's database and trying not to change the tables, but they are not normalized and I need to regularly import .csv files. I can use an append query to add the newly imported records into a temp table, but I need to copy the values from the the temp table into the the correct fields of the existing table based. If I don't then all the queries and forms will be referencing the wrong table. Can someone tell me how to write a VBA procedure to do that?
Thanks,
Tom