Actually, I want the QTY column go into override column. That's all I want.
Basically, I have Excel data in the format shown below. And I want this Excel data to replace overide column in ACCESS table. How do I set this up in ACCESS so I can write a query/macro in ACCESS that does the update/insert in ACCESS?
EXCEL DATA
ItemNo aug sep oct nov dec jan feb
102C 100 150 200 190 290 500 450
ACCESS TABLE
ItemNo Override
102C 100
102C 150
102C 200
102C 190
102C 290
102C 500
102C 450
Thank you so much!!