T
tstew
Hello,
I need to import data (csv in this case) that has 33 fields into a table
that has 58 fields. The data is not in the correct order. So, my idea is to
import the new data to a table and use a query to map to the correct order.
My problem is how to include "spacer" columns in the query to map correctly.
As in: Field A, Field B, blank, Field C, blank, blank, Field E... and so on,
ending up with a query that has 58 columns to match the main table. Is that
clear?
Any ideas?
Thanks,
Mark
I need to import data (csv in this case) that has 33 fields into a table
that has 58 fields. The data is not in the correct order. So, my idea is to
import the new data to a table and use a query to map to the correct order.
My problem is how to include "spacer" columns in the query to map correctly.
As in: Field A, Field B, blank, Field C, blank, blank, Field E... and so on,
ending up with a query that has 58 columns to match the main table. Is that
clear?
Any ideas?
Thanks,
Mark