A
Albert D. Kallal
I have the following code that assumes a form ref, and also assumes DAO.
For Each OneField In frmF.RecordsetClone.Fields
The problem is that in some cases, even when a DAO reference is set, the
above does not work. (the DAO ref has to be higher in the refs).
Is there anyway to qualify the above DAO recordset so I can eliminate the
need to have DAO higher then ADO?
For Each OneField In frmF.RecordsetClone.Fields
The problem is that in some cases, even when a DAO reference is set, the
above does not work. (the DAO ref has to be higher in the refs).
Is there anyway to qualify the above DAO recordset so I can eliminate the
need to have DAO higher then ADO?