H
hoyaguru
I hope I can write this question so it makes sense...
I have an item database, about 30,000 items. It is realy only about 50
items, laptop batteries and adapters, but most of them works with a lo
of laptops, so the same items are listed over and over again, bu
generally not right next to each other. For instance, a Compaq Presari
1200 might take two batteries, an AC Adapter, and a Car Adapter, s
that's 4 part numbers:
P/N
B-5333
B-5333/LI
AC-C10
DK-C10
Each day I receive an "eta" file, a list of part numbers that are ou
of stock in one column, with the date that they are backordered to i
the next column, ie
P/N..........ETA
AC-C10....4/30/04
B-5666....5/2/04
Now, I need to take the eta file data and have it update my databse, s
when I upload it to my website it shows the out of stock items a
"backordered until xxx". I made a massive macro that takes each par
number one at a time and compares it to all 30,000 line items, puts i
the date and then goes onto the next eta item, but it takes a long tim
to do it each day.
So, I am looking for something that will do this correlation with
function. Any ideas? Does this make sense, or should I try to explai
it better? I could put up an example
I have an item database, about 30,000 items. It is realy only about 50
items, laptop batteries and adapters, but most of them works with a lo
of laptops, so the same items are listed over and over again, bu
generally not right next to each other. For instance, a Compaq Presari
1200 might take two batteries, an AC Adapter, and a Car Adapter, s
that's 4 part numbers:
P/N
B-5333
B-5333/LI
AC-C10
DK-C10
Each day I receive an "eta" file, a list of part numbers that are ou
of stock in one column, with the date that they are backordered to i
the next column, ie
P/N..........ETA
AC-C10....4/30/04
B-5666....5/2/04
Now, I need to take the eta file data and have it update my databse, s
when I upload it to my website it shows the out of stock items a
"backordered until xxx". I made a massive macro that takes each par
number one at a time and compares it to all 30,000 line items, puts i
the date and then goes onto the next eta item, but it takes a long tim
to do it each day.
So, I am looking for something that will do this correlation with
function. Any ideas? Does this make sense, or should I try to explai
it better? I could put up an example