ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Changing query data source (https://www.excelbanter.com/excel-discussion-misc-queries/148950-changing-query-data-source.html)

TonyL

Changing query data source
 
I have just found out that the data a query is looking up is a backup file as
the query is not showing recent data. I want to point the query to the live
data file (a dBase database). I cannot figure out where it is currently
pointing to as I have changed the filenames of any dBase files I thought it
could be pointing to then running the query & it still runs without throwing
up any errors.

How do I find out where the data source is located from the query? I
figured that when I find the data file I will change the filename & run the
query & it will come up with an error & allow me to point to the correct data
source. TIA
--
Tony

Sune Fibaek

Changing query data source
 
Hi Tony,

"TonyL" wrote:
How do I find out where the data source is located from the query? I
figured that when I find the data file I will change the filename & run the
query & it will come up with an error & allow me to point to the correct data


Try running this bit of macro to give you the connection string in Sheet1!A1:

Sub FindConnection()
Sheets("Sheet1").Range("A1").Value = Sheets("Your query
sheet").QueryTables("Your query").Connection
End Sub

/Sune


All times are GMT +1. The time now is 01:48 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com