Code for getting Access recordset into Excel
I am looking to see if some one can give me some basic code, using
ADO, that will query an Access database using a cell value as a
variable and then returning a recordset value to a cell. i.e.
cell A1= employeeNumber
using employee number, query the tblEmployee and return the Employee
name in B2
any help is appreciated. If anyone know of a good tutorial site for
doing this type of thing i would appreciate it.
thanks
|