Results 1 to 2 of 2

Thread: How can I add a fields to a DB with VB code?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2000
    Location
    Peterborough, Cambs, England
    Posts
    176
    Hi

    I have a program that is in use at a lot of locations. I've produced a large update, but this involves adding a new field to one of the database tables.

    Is there a way to do this through VB code?

    I currently use DAO to connect. The database is Access 97.


    Thanks

  2. #2
    Junior Member
    Join Date
    Sep 2000
    Posts
    24
    I use the CreateField method to insert new fields into tables. You might look it up in the Help file and see if it would apply to your application.

    ern

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width