Add column to a table

  • Thread starter Thread starter Guest
  • Start date Start date
Is it possible to add a column to an existing table using VBA?

Yes; it's not the simplest way but it can be done. Use the CreateField
method of the DAO TableDef object - see the VBA online help for
details.

John W. Vinson[MVP]
 
Thanks, John...After some more research I figured out what key words I needed
to search for help and found a posting that that helped.
 

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