View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nishen Nishen is offline
external usenet poster
 
Posts: 1
Default How do I append data from an excel spreadsheet to a access db

I am trying to send a single row of data to an access database table.
Column in the spreasheet represent a column in the database table.

I want to append new records to the database and send backa reference.

how do i do this.