G
Gloria Nunez
Hello!
I am a damsel in distress! I've been given a small project, but I
really don't have much experience with databases or spreadsheets. I'm
not sure if I should be using excel or access to handle this......Here
is my problem...
I have 2 databases...actually they are .csv files.
The first database is called PRODUCTS.
It consist of 4000 records and about 5 different fields. The unique
key identifier (or whatever it's called) is the SERIALNO. (a 10 digit
number). Looks a little something like this...
SERIALNO NAME MANUFAC CONTACT COST
5001226001 browning china 6268531212 100
5001226002 browning china 6268221215 100
5001226045 thompson mexico 6268541232 300
5001227001 browning china 6269531242 100
5001228001 thompson china 6268321212 200
5001229331 manning usa 6268531882 100
5001229431 manning usa 6268531255 500
5001229930 browning china 6268531211 100
etc...
The 2nd .csv file is called NEWCODE. It only consist of 3000 records
and 2 fields. SERIALNO and CODE. looks something like this.
SERIALNO CODE
5001226001 46113
5001226002 36651
5001226045 11231
5001227001 54651
5001228001 46231
5001229331 46331
5001229431 12558
5001229930 12399
etc...
I need to add the CODE data form NEWCODE.csv to the PRODUCTS.csv
file. There are no duplicate numbers in SERIALNO and CODE.
So it goes something like this... If SERIALNO in NEWCODE.csv matches
SERIALNO in PRODUCTS.csv, then add CODE (from NEWCODE) to
PRODUCTS.csv.
I don't have the slightest idea on how to do this. I thought I could
do it in excel, but had no luck. is this something I can do in
access? Does anyone have the time to give me step by step
instructions?
Thank you!
Gloria
I am a damsel in distress! I've been given a small project, but I
really don't have much experience with databases or spreadsheets. I'm
not sure if I should be using excel or access to handle this......Here
is my problem...
I have 2 databases...actually they are .csv files.
The first database is called PRODUCTS.
It consist of 4000 records and about 5 different fields. The unique
key identifier (or whatever it's called) is the SERIALNO. (a 10 digit
number). Looks a little something like this...
SERIALNO NAME MANUFAC CONTACT COST
5001226001 browning china 6268531212 100
5001226002 browning china 6268221215 100
5001226045 thompson mexico 6268541232 300
5001227001 browning china 6269531242 100
5001228001 thompson china 6268321212 200
5001229331 manning usa 6268531882 100
5001229431 manning usa 6268531255 500
5001229930 browning china 6268531211 100
etc...
The 2nd .csv file is called NEWCODE. It only consist of 3000 records
and 2 fields. SERIALNO and CODE. looks something like this.
SERIALNO CODE
5001226001 46113
5001226002 36651
5001226045 11231
5001227001 54651
5001228001 46231
5001229331 46331
5001229431 12558
5001229930 12399
etc...
I need to add the CODE data form NEWCODE.csv to the PRODUCTS.csv
file. There are no duplicate numbers in SERIALNO and CODE.
So it goes something like this... If SERIALNO in NEWCODE.csv matches
SERIALNO in PRODUCTS.csv, then add CODE (from NEWCODE) to
PRODUCTS.csv.
I don't have the slightest idea on how to do this. I thought I could
do it in excel, but had no luck. is this something I can do in
access? Does anyone have the time to give me step by step
instructions?
Thank you!
Gloria