Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8575517
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T19:42:44+00:00 2026-06-11T19:42:44+00:00

Monthly, I need to get new data from our SQL Server business application into

  • 0

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:

  1. Write a query (stored proc?) on our SQL Server that returns the required raw data (…this bit was easy.)
  2. At the end of each month, call the SQL Server stored proc from within Access 2010 (…click a button?)
  3. Save the results of the stored proc into the staging table within Access.

But I’m finding it harder than I expected. I think I can get something ugly working using ADODB in a code-behind, looping through rows in a recordset one by one, and then setting column values one by one. But there must be a better way 🙂

  • How should I go about getting SQL Server data from Access 2010? (ADODB? DAO? QueryDesigner? other?)

  • Is there a “Insert Recordset Into Table” (or similar) mechanism that I can leverage?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T19:42:46+00:00Added an answer on June 11, 2026 at 7:42 pm

    Link the relevant sql server table or view to MS Access. Run a query against the linked table using MS Access syntax and update the staging table.

    It is also possible to update an MS Access table using a connection string for SQL Server in-line in your query.

    SELECT *
    INTO   newtable
    FROM   [odbc;filedsn=Z:\DSN\test.dsn].table1
    

    Working from the SQL Server end, you can use MS Access as a linked server or run a query and update from there.

    INSERT INTO
    OPENDATASOURCE(
       'Microsoft.ACE.OLEDB.12.0', 'Data Source=z:\docs\test.accdb')...[table1] 
       ( atext )
    SELECT atext FROM table1 WHERE id=2
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to provide monthly reports of bandwidth used from our mysql database since
Afternoon All, I have a dropdown list which extracts data from my SQL database
In our application, we need to build something similar to SharePoint timer service. This
I’m trying to develop a SQL query to help me extract some data from
I have a Monthly Status database view I need to build a report based
I have lots of data in database and I wanna make a statistics from
I need to compute monthly payment (M) for an installment loan given the loan
I have a VBS script which I need to run on a monthly basis
Business World 1256987 monthly 10 2009-10-28 Business World 1256987 monthly 10 2009-09-23 Business World
We generate pdf files with data regarding monthly financial balance of tens of thousands

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.