View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Joseph Atie Joseph Atie is offline
external usenet poster
 
Posts: 19
Default return data to access

Is there a way to return a modified set of records to access

I have a sheet that imports ms project data from an access database

the sheet does some manipulation of the data

now i want to return the modififed data back top access and hence my program.

Is there a simple way to do this?

At this stage im looking at importing the sheet into access and using some
queries to copy the changes back.