Hii, i need help in using macro to compare values in a column of an access table against a value in the excel spreadsheet. If the value matches then macro will do something to that particular row of access data.
E.g.
For each row in access_Table_X
If recordset.Fields(10).Value = Sheets("1").Range("A1").Value Then
cut and paste entire row of recordset in access_Table_X to recordset_Table_Y
Any help will be greatly appreciated!
E.g.
For each row in access_Table_X
If recordset.Fields(10).Value = Sheets("1").Range("A1").Value Then
cut and paste entire row of recordset in access_Table_X to recordset_Table_Y
Any help will be greatly appreciated!