G Guest Feb 14, 2007 #1 Trying to update my table with new field names. Cannot find the Object CreateField.
M Marshall Barton Feb 14, 2007 #2 Mike said: Trying to update my table with new field names. Cannot find the Object CreateField. Click to expand... 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.
Mike said: Trying to update my table with new field names. Cannot find the Object CreateField. Click to expand... 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.