I'm at my wits end tryting to figure out how to get this to work. I am trying to build an access database that looks at an outside csv file. The CSV file gets updated by an out side piece of software and the data in this tab;e looks like this:
SKU | 7-25-2010 | 7-26-2010 | 7-27-2010| And so on
1234 | 1 | 9| 15| and so on
it's update multiople times a day, and as the days go by the dataset always shows 90 days out from current date. I'm trying to create a query that will show what values are for 10 days out or the 11th coulmn. I thought to use the coulmn(11) function but that doesn't seam to work in SQL. since the name changes i'm not sure excatly what to do.
I can't change the data as it comes in, so i'm not sure i can even normalize the data.
Any one ever run into this?
SKU | 7-25-2010 | 7-26-2010 | 7-27-2010| And so on
1234 | 1 | 9| 15| and so on
it's update multiople times a day, and as the days go by the dataset always shows 90 days out from current date. I'm trying to create a query that will show what values are for 10 days out or the 11th coulmn. I thought to use the coulmn(11) function but that doesn't seam to work in SQL. since the name changes i'm not sure excatly what to do.
I can't change the data as it comes in, so i'm not sure i can even normalize the data.
Any one ever run into this?