anonymous
2006-05-05 12:48:08 UTC
I have an access database with lets make it simple and say two columns, Record # and First Name.
Record # is a unique number that i have manually assigned and will never be the same.
Now what I do is run a report from this access database, and it spits out the data i want. Great. Now I am going to take that data and play with it a little bit in excel and next thing i know i have an excel sheet with two columns: Record # and Code
So now i have two things, i have an access database with all my record #'s and first names, and an excel sheet with SOME record #'s and a code.
I want access to do sort of a VLOOKUP or pretty much take the code from the excel sheet and match it up with every record in the access database and put it in a seperate column called CODE1.