QueryTable.SourceDataFile Property
Returns or sets a String value that indicates the source data file for a query table.
Syntax
expression.SourceDataFile
expression A variable that represents a QueryTable object.
Remarks
For file-based data sources (e.g. Access), the SourceDataFile property contains a fully qualified path to the source data file. It is set to Null for server-based data sources (e.g. SQL Server). The SourceDataFile property is set to Null if the Connection property is changed programmatically.