Results 1 to 2 of 2
  1. #1
    greggue is offline Novice
    Windows XP Access 2007
    Join Date
    Aug 2010
    Posts
    12

    Blueprint for SQL data to excel in real time.

    I want to extract some data from a SQL database and then export it to an excel spreadsheet, that will be posted on a webpage in real time.



    I have created a series of queries for a report in access. I then export the data to an excel spreadsheet.
    The spreadsheet will eventually be on a web page.
    Using a combination of VB and Access, can someone guide me to the simplest way to basically have thos e 3 steps automated.
    The front end is access.

  2. #2
    SteveF is offline Generally AccessAble
    Windows XP Access 2010 (version 14.0)
    Join Date
    Nov 2010
    Location
    Fourth Corner
    Posts
    123
    The critical step is the Excel export. Is your existing report based on just one query, with the others being preparatory in nature?

    Have a look at the following in Online Help for Visual Basic within Access. You'll need to have a VB module open to get to it:

    DoCmd.OpenQuery method
    DoCmd.TransferSpreadsheet method

Please reply to this thread with any new information or opinions.

Similar Threads

  1. real time clock
    By krai in forum Access
    Replies: 1
    Last Post: 05-13-2010, 05:11 AM
  2. Data management and real time data
    By fsmikwen in forum Import/Export Data
    Replies: 1
    Last Post: 03-11-2010, 10:44 PM
  3. newbie-real NOVICE
    By SHCC in forum Database Design
    Replies: 1
    Last Post: 02-09-2010, 03:42 AM
  4. Real time database question
    By joet5402 in forum Forms
    Replies: 7
    Last Post: 04-01-2009, 09:00 PM
  5. Update a combo box in real time
    By protean_being in forum Forms
    Replies: 0
    Last Post: 05-17-2008, 07:39 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums