OK, my apologies if I didn't express myself clearly, I am new to this.
I am using an Access 2010 database. I have a main table with 10 fields in it. It is a table for storing information on chemicals and I have 2000 chemical records in it. Two of the columns (fields, that is right isn't it) contain identity numbers (called CAS No and EC No) but there are many absent entries in both columns. Let's call the columns A and B, respectively.
The second table is a chemical inventory which I have downloaded from the web. It contains many more records than I have but only the two columns A (CAS No) and B (EC No). I want this second table to search the entries in column A of the first table and where there is a match for the corresponding information column B to be added to column B in my table.
I assume I will use a query for this and then a make table command at the end but I don't how to get the information added to the main (first table).
Any help you can give will be very much appreciated.
Regards. Bob.