View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob I Bob I is offline
external usenet poster
 
Posts: 2,819
Default Export Single Record to Append to Access Table

You can Import the data from Access, or you can Save As CSV and then
Import it into Access. Either way you will do it from the Access end.

RMS wrote:
I have an Excell spreedsheet that does many wonderful calculations for
patient medications which change frequently. I would like to export the
single record result of those calucalations to append to an access table.
Then I would like to manipulate the data in the access table using access.

Thanks, any help appreciated.