View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Matt[_48_] Matt[_48_] is offline
external usenet poster
 
Posts: 22
Default 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