Home |
About me |
EXCEL
VB Programming (XL97-2003) |
ACCESS Programming |
EXCEL VB.Net Programming |
EXCEL Spreadsheet Functions |
Material Management | Guestbook
|
ADO Record object >>Source PropertyThe Source property returns a variant value that is the source parameter of the Open method of the Record object. The Source property sets or returns
a variant that is the source of the entity represented by a Record
object. This can be the relative or absolute URL string of the entity to
be represented by the Record object, or a reference to an open Recordset
object where an open Record represents the current row in the Recordset.
Syntax
Example
|