CreateField

M

Marshall Barton

Mike said:
Trying to update my table with new field names. Cannot find the Object
CreateField.


CreateField is not an object, it is a method of the objects
that contain a fields collection (e.g. TableDef).

If all you are doing is changing the names of existing
fields, you do not need to create new fields.
 
Top