View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
gottahavit gottahavit is offline
external usenet poster
 
Posts: 13
Default interacting with MS Access

I am having difficulties creating a macro that can run a data query in Access
and bring the results back into Excel. I hope someone can help me.
I have a database "db1.mdb", which has a couple of tables and a data query
"PerfHistQtr Query". What I am trying to do is to be able to enter a product
name in Excel, have the macro run the query in Access using the product name
as a criteria (lets say for Field1), and bring all results back into Excel.