CreateField

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Trying to update my table with new field names. Cannot find the Object
CreateField.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top