J
Jim_P
I have created a form to allow a user to select any CSV file from a certain
folder. The procedure then updates some information in the file and
re-outputs the file. I want to keep the process automated and not have to use
the Import Wizard. However, when using the DoCmd TransferText to import the
CSV file the original record sequence is not kept during the import. The
problem is the CSV file has gone through postal sorting software and put the
file in mailing sequence. I have to keep that sequence on the import and
export of this file. Any way to accomplish this programatically without using
the wizard to have Access assign the key sequence?
folder. The procedure then updates some information in the file and
re-outputs the file. I want to keep the process automated and not have to use
the Import Wizard. However, when using the DoCmd TransferText to import the
CSV file the original record sequence is not kept during the import. The
problem is the CSV file has gone through postal sorting software and put the
file in mailing sequence. I have to keep that sequence on the import and
export of this file. Any way to accomplish this programatically without using
the wizard to have Access assign the key sequence?