In Vbcoding Add A Field In Existing Table

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ROYALTECH
    New Member
    • Sep 2007
    • 1

    In Vbcoding Add A Field In Existing Table

    I have to create the new field in existing table in ms access through vbcoding
    once new field is created in one name it should check new field is added or not.

    if new field is not in that table then new field should add
    if new field is existing then it should skip
  • JonJacobs
    New Member
    • Aug 2007
    • 22

    #2
    Originally posted by ROYALTECH
    I have to create the new field in existing table in ms access through vbcoding
    once new field is created in one name it should check new field is added or not.

    if new field is not in that table then new field should add
    if new field is existing then it should skip
    The best way I know would be with SQL coding, and your vb coding would just execute the SQL.

    Let us know if you need more detail.

    Comment

    Working...