thesewerguy
Technical User
I have a table that has 3 columns:
serial#
consumption
datetime
And a large csv file that is already formatted to match the table. I would like to import only those records in the csv that have a specific date and time. I would like to automate this process so can someone point me to some sample code to properly do this? I'm thinking an append query is required?
Thanks.
serial#
consumption
datetime
And a large csv file that is already formatted to match the table. I would like to import only those records in the csv that have a specific date and time. I would like to automate this process so can someone point me to some sample code to properly do this? I'm thinking an append query is required?
Thanks.