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 new 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. Can someone tell me how to do that?
If I create a new table and pull fields out out of the existing table it makes it easy to append newly imported data, but then all references for the forms and queries are wrong. Is there a utility that will run through forms, queries and reports and update them since fields have been moved to the new table?
Thanks for any help.
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 new 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. Can someone tell me how to do that?
If I create a new table and pull fields out out of the existing table it makes it easy to append newly imported data, but then all references for the forms and queries are wrong. Is there a utility that will run through forms, queries and reports and update them since fields have been moved to the new table?
Thanks for any help.
Tom