I have a Access database with all required material information like itemcode, itemdescription, itemname, stock.
I just want to get data from this database to an Excel, like matching my Cell A value to itemcode in database, if the item found in database, get its itemname and stock to nearby columns in Excel. I am new with Access, I have experience in normal Excel vba but not done anything using MS Access.
I need a solution how it is done.