Export Single Record to Append to Access Table

R

RMS

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.
 
B

Bob I

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.
 
Top