Q
Qaspec
I have a csv file that is updated by being replaced by another csv with the
same file name each day. I would like to append the data each day after the
file is updated. The problem is the CSV contains a number with a 'double'
data type. I need the data type for the number to be 'Long Integer'.
Linking the csv wipes out a majority of the numbers and linking the file
each day.
Also modifying an make/table query, changing the resulting data type
properties and then running an append query is work intensive.
How would I create a module that will create a table or excel file that will
change the double type back to long integer that I can have my db linked to?
Then I could use a macro to run my module and append query to update the data
in my db in the number format i need. Thanks for any help.
same file name each day. I would like to append the data each day after the
file is updated. The problem is the CSV contains a number with a 'double'
data type. I need the data type for the number to be 'Long Integer'.
Linking the csv wipes out a majority of the numbers and linking the file
each day.
Also modifying an make/table query, changing the resulting data type
properties and then running an append query is work intensive.
How would I create a module that will create a table or excel file that will
change the double type back to long integer that I can have my db linked to?
Then I could use a macro to run my module and append query to update the data
in my db in the number format i need. Thanks for any help.