View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mat mat is offline
external usenet poster
 
Posts: 37
Default getting data from a Microsoft Access table

Ok, I'm sure this is easy for you guys! I'm working in Microsoft Excel 2000
and Access 2002. I need to access and copy data from an access table
automaitcally. Ive used VB a little. Here is the situation:

I jhave a user interface in Microsoft excel. It pulls from a table in the
spreadsheet. I need to updfate the table in the spreadsheet with data that
changes weekly in the Access table.

The Access table is named €śCorrespondence Log€ť and the table within this
database that has the data is called €śHousingAuthorities€ť . The
spreadsheet name is Contact Information.

How would I copy data from this Access table to the Excel spreadsheet via a
macro?