I have a named excel table (Table1) that has a column which I need to fill based on a simple Vlookup formula from my source data. But the source data was too big and hence I made that into an access table. Now I want my Table1 to find the row in the access table that matches the value in column B in table1 to column 1 in the access table and gets the value from column 3 in access table and populate it into column U in table1. I want this for all the rows in the table. The table in excel is named as Table1 and it updates its row range automatically as more fields are populated below the last row in that table.
I know how to get entire tables from access but not how to get only data from one column and enter it into another column in excel. I am ready to use SQL but don't have much idea about how.