+ Reply to Thread
Results 1 to 2 of 2

Fire Access Make-Table Query from Excel

Hybrid View

  1. #1
    Registered User
    Join Date
    08-10-2004
    Posts
    8

    Fire Access Make-Table Query from Excel

    I have a make-table query in an Access DB that uses custom functions to return some of the field values which I believe prevents me from obtaining the same view from within Excel. I would like to run the query from Excel if possible. I was heading down this path:

    Sub AllQueries()
    Dim dbs As Object
    Set dbs = New Access.Application
    dbs.OpenCurrentDatabase "J:\DeveloperProjects\Access\DT-Reports-Dev.mdb"
    dbs.CurrentData.AllQueries.Item(15) 'I ran out of options here
    End Sub

    Any ideas?
    Thanks,
    Andrew

  2. #2
    Valued Forum Contributor mudraker's Avatar
    Join Date
    11-10-2003
    Location
    Melbourne, Australia
    Posts
    3,983
    Please wrap your VBa code - see red link below for instructions
    Please Read Forum Rules Before Posting
    Wrap VBA code by selecting the code and clicking the # icon or Read This
    How To Cross Post politely

    Top Excel links for beginners to Experts

    If you are pleased with a member's answer then use the Scales icon to rate it
    If my reply has assisted or failed to assist you I welcome your Feedback.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1