Results 1 to 3 of 3

Thread: [2005] Chaning a MDB table

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2003
    Location
    Auckland
    Posts
    1,139

    [2005] Chaning a MDB table

    Can I add/edit/delete feilds in a .mdb database?

    If so how?

  2. #2
    Hyperactive Member Rocketdawg's Avatar
    Join Date
    Feb 2003
    Location
    Back in the doghouse
    Posts
    294

    Re: [2005] Chaning a MDB table

    Hi

    A wee dangerous. You'll want to back up or make a backup of the table as sql can be a bit unforgiving. Try using sql view in Access to test it out on something not important first.


    Alter Table SomeTableName
    Drop Column SomeColumnName

    Alter Table SomeTableName
    Add Column SomeColumnName Datatype

    I believe you can't delete an identity column, but you could alway make a new table.

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [2005] Chaning a MDB table


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