I have an excel sheet with two Col of numbers. This data is changed on a daily basis (e.g. add new rows)
Col_1___Col_2
34356____5
34356____7
78974____6
24568___(Blank)
59764____1
I also have a two very large Access Databases with many rows and col of data. I would like to bring it in selectively per col_1 and col_2 to the excel sheet.
Database(A) = col_3
Database(B) = col_4
The results should look like this...
Col_1___Col_2__Col_3__Col_4
34356____5____John____ABC
34356____7____Tim____(blank)
78974____6___(blank)__FGH
24568__(blank)_Jack___XYZ
59764____1____Bob____wds
Thanks
Col_1___Col_2
34356____5
34356____7
78974____6
24568___(Blank)
59764____1
I also have a two very large Access Databases with many rows and col of data. I would like to bring it in selectively per col_1 and col_2 to the excel sheet.
Database(A) = col_3
Database(B) = col_4
The results should look like this...
Col_1___Col_2__Col_3__Col_4
34356____5____John____ABC
34356____7____Tim____(blank)
78974____6___(blank)__FGH
24568__(blank)_Jack___XYZ
59764____1____Bob____wds
Thanks