C
clk
I have a database set up that allows the user to click a button to
import a csv file for processing in the database. The process uses
"docmd.transferspreadsheet" code. This works just fine. The problem
is the company that sends them the csv file keeps changing it. Also,
they now have too many columns to be imported so they end up having to
delete columns out of the original csv file and then importing it. If
all the way a column has changed and they were not notified, it will
not import.
My question:
1. Is there anyway to import only certain columns of a csv file?
That way it shouldn't matter if they add a column or if there are too
many to import.
Any ideas are appreciated.
Thanks.
import a csv file for processing in the database. The process uses
"docmd.transferspreadsheet" code. This works just fine. The problem
is the company that sends them the csv file keeps changing it. Also,
they now have too many columns to be imported so they end up having to
delete columns out of the original csv file and then importing it. If
all the way a column has changed and they were not notified, it will
not import.
My question:
1. Is there anyway to import only certain columns of a csv file?
That way it shouldn't matter if they add a column or if there are too
many to import.
Any ideas are appreciated.
Thanks.