Fields Method
Object List Next Object
Defined By: Dynaset
Description:
Returns a Dynaset object representing the field name that is specified.
Declaration:
Function Fields(ByVal Field as String) As Dynaset
Details:
In the case where you may not remember the Column value of a particular data
field, you can substitute the name of the field using the Fields method.
Dim o As Dynaset
o = TestForm.Dynaset.Fields("Name")
Debug.Print o.Value
See Also:
Dynaset