This property indicates the source for the data in a recordset -SQL statement or table name.
Syntax
var = recordset.Source
Return Values
Returns a String value.
Remarks
Use the Source property to specify a data source for a Recordset object.
Setting this property has no effect because the Open statement requires a Source parameter and there is no Execute method or Command object in ADOCE.