Copying SQL Server query results into an Access 2010 table
问题 Monthly, I need to get "new" data from our SQL Server business application into an Access 2010 database that contains all our "Management Reports". The Access database has a "staging table" that is to contain the raw data on which the reports are based. I have no Access experience, but I suggested that we: Write a query (stored proc?) on our SQL Server that returns the required raw data (...this bit was easy.) At the end of each month, call the SQL Server stored proc from within Access 2010 (