J
Joshua
Hello all,
I'm trying to automate some reporting we are doing and the first stage in
this is to export data out of a program we use to schedule people. This
export can only be a .csv export but when I'm importing it into my database
and appending that data I'm getting a type conversion error.
However, if I open that .csv file and just save it as an .xls and then
import and append, it works just great. I'm automating this process for
others so I'm trying to make this as simple as possible. Is there a way to
have access programmatically open excel and save as .xls and then I can just
have it import the .xls?
Any help is GREATLY appreciated.
I'm trying to automate some reporting we are doing and the first stage in
this is to export data out of a program we use to schedule people. This
export can only be a .csv export but when I'm importing it into my database
and appending that data I'm getting a type conversion error.
However, if I open that .csv file and just save it as an .xls and then
import and append, it works just great. I'm automating this process for
others so I'm trying to make this as simple as possible. Is there a way to
have access programmatically open excel and save as .xls and then I can just
have it import the .xls?
Any help is GREATLY appreciated.