G
Guest
If I have an ADO recordset that was retrieved from a SQL Select statement, how do I determine the table name associated with a particular field?
For example if it was "Select [xxx] from [yyy]", then I want something like adoRecordset.Field("xxx").tablename to return yyy
For example if it was "Select [xxx] from [yyy]", then I want something like adoRecordset.Field("xxx").tablename to return yyy