Hi,
Hope someone can help me with this problem that I can't figure out. I have a database(accdb) table with 4 fields, ID, First Name, Last Name, Start Date and I have an Excel spreadsheet that has 3 columns, IDEMP, Full Name, Start Date.
I'm trying to create a macro in Excel to import the Start Date from DB that match the IDEMP cell in the Excel sheet and update the Start Date column in excel.
I'm able to import all the data from DB to Excel through VBA but I only want to import the start dates for only the IDEMP values that match the ID.
Appreciate any help.
Hope someone can help me with this problem that I can't figure out. I have a database(accdb) table with 4 fields, ID, First Name, Last Name, Start Date and I have an Excel spreadsheet that has 3 columns, IDEMP, Full Name, Start Date.
I'm trying to create a macro in Excel to import the Start Date from DB that match the IDEMP cell in the Excel sheet and update the Start Date column in excel.
I'm able to import all the data from DB to Excel through VBA but I only want to import the start dates for only the IDEMP values that match the ID.
Appreciate any help.